Color Hex Logo

#faaaec Color Hex

#FAAAEC
(250,170,236)
0 Favorites   0 Comments

Color spaces of #faaaec

RGB 250170236
HSL0.860.890.82
HSV311°32°98°
CMYK 0.000.320.06   0.02
XYZ68.939455.129686.3644
Yxy55.12960.32760.2620
Hunter Lab74.249335.7984-16.9897
CIE-Lab79.115939.2592-21.1420

#faaaec color RGB value is (250,170,236).

#faaaec hex color red value is 250, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #faaaec hue: 0.86 , saturation: 0.89 and the lightness value of faaaec is 0.82.

The process color (four color CMYK) of #faaaec color hex is 0.00, 0.32, 0.06, 0.02. Web safe color of #faaaec is #ff99ff. Color #faaaec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11101100
Octal 372 252 354
Decimal 250 170 236
Hex FA AA EC

RGB Percentages of Color #faaaec

%38.11
%25.91
%35.98

CMYK Percentages of Color #faaaec

%0
%32
%6
%2

Triadic Colors of #faaaec

#faaaec #ecfaaa #aaecfa

Analogous Colors of #faaaec

#faaaec #faaac4 #e0aafa

Monochromatic Colors of #faaaec

#faaaec

Complementary Color

#faaaec #aafab8

#faaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaaec Color CSS Codes

.mybgcolor {background-color:#faaaec; } 
.myforecolor {color:#faaaec; }
.mybordercolor {border:3px solid #faaaec; }

#faaaec Text Font Color

<p style="color:#faaaec">Text here</p>

This sample text font color is #faaaec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#faaaec Background Color

<div style="background-color:#faaaec">
Div content here</div>

This div background color is #faaaec


#faaaec Border Color

<div style="border:3px solid #faaaec">
Div here</div>

This div border color is #faaaec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,170,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faaaec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faaaec;
  -webkit-box-shadow: 1px 1px 3px 2px #faaaec;
  box-shadow:         1px 1px 3px 2px #faaaec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,170,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faaaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #faaaec;
  -webkit-box-shadow: 1px 1px 3px 2px #faaaec;
  box-shadow:         1px 1px 3px 2px #faaaec;">
Div content here</div>

This div box has shadow with color #faaaec


Comments

No comments written yet.

Please login to write comment.