Color Hex Logo

#faeaaa Color Hex

#FAEAAA
(250,234,170)
0 Favorites   0 Comments

Color spaces of #faeaaa

RGB 250234170
HSL0.130.890.82
HSV48°32°98°
CMYK 0.000.060.32   0.02
XYZ76.102982.071949.8606
Yxy82.07190.36580.3945
Hunter Lab90.5935-8.590230.7836
CIE-Lab92.6066-3.840133.0960

#faeaaa color RGB value is (250,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10101010
Octal 372 352 252
Decimal 250 234 170
Hex FA EA AA

RGB Percentages of Color #faeaaa

%38.23
%35.78
%25.99

CMYK Percentages of Color #faeaaa

%0
%6
%32
%2

Triadic Colors of #faeaaa

#faeaaa #aafaea #eaaafa

Analogous Colors of #faeaaa

#faeaaa #e2faaa #fac2aa

Monochromatic Colors of #faeaaa

#faeaaa

Complementary Color

#faeaaa #aabafa

#faeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaaa Color CSS Codes

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

#faeaaa Text Font Color

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

This sample text font color is #faeaaa
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.


#faeaaa Background Color

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

This div background color is #faeaaa


#faeaaa Border Color

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

This div border color is #faeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaaa


Comments

No comments written yet.

Please login to write comment.