Color Hex Logo

#faeea9 Color Hex

#FAEEA9
(250,238,169)
0 Favorites   0 Comments

Color spaces of #faeea9

RGB 250238169
HSL0.140.890.82
HSV51°32°98°
CMYK 0.000.050.32   0.02
XYZ77.160384.337649.7481
Yxy84.33760.36530.3992
Hunter Lab91.8355-10.736232.1669
CIE-Lab93.5969-5.968434.9195

#faeea9 color RGB value is (250,238,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 10101001
Octal 372 356 251
Decimal 250 238 169
Hex FA EE A9

RGB Percentages of Color #faeea9

%38.05
%36.23
%25.72

CMYK Percentages of Color #faeea9

%0
%5
%32
%2

Triadic Colors of #faeea9

#faeea9 #a9faee #eea9fa

Analogous Colors of #faeea9

#faeea9 #defaa9 #fac6a9

Monochromatic Colors of #faeea9

#faeea9

Complementary Color

#faeea9 #a9b5fa

#faeea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeea9 Color CSS Codes

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

#faeea9 Text Font Color

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

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


#faeea9 Background Color

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

This div background color is #faeea9


#faeea9 Border Color

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

This div border color is #faeea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeea9


Comments

No comments written yet.

Please login to write comment.