Color Hex Logo

#fae899 Color Hex

#FAE899
(250,232,153)
0 Favorites   0 Comments

Color spaces of #fae899

RGB 250232153
HSL0.140.910.79
HSV49°39°98°
CMYK 0.000.070.39   0.02
XYZ74.030780.337141.7418
Yxy80.33710.37750.4097
Hunter Lab89.6310-9.422135.1299
CIE-Lab91.8359-4.771140.6346

#fae899 color RGB value is (250,232,153).

#fae899 hex color red value is 250, green value is 232 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fae899 hue: 0.14 , saturation: 0.91 and the lightness value of fae899 is 0.79.

The process color (four color CMYK) of #fae899 color hex is 0.00, 0.07, 0.39, 0.02. Web safe color of #fae899 is #ffff99. Color #fae899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101000 10011001
Octal 372 350 231
Decimal 250 232 153
Hex FA E8 99

RGB Percentages of Color #fae899

%39.37
%36.54
%24.09

CMYK Percentages of Color #fae899

%0
%7
%39
%2

Triadic Colors of #fae899

#fae899 #99fae8 #e899fa

Analogous Colors of #fae899

#fae899 #dcfa99 #fab899

Monochromatic Colors of #fae899

#fae899

Complementary Color

#fae899 #99abfa

#fae899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae899 Color CSS Codes

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

#fae899 Text Font Color

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

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


#fae899 Background Color

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

This div background color is #fae899


#fae899 Border Color

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

This div border color is #fae899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae899


Comments

No comments written yet.

Please login to write comment.