COLOR #FAE0A7

HEX: #FAE0A7
RGB: (250,224,167)

Color info

#FAE0A7 contains mainly red and green colors. Web safe color of #FAE0A7 is #FFCC99 (or #FC9).

RGB color model

#FAE0A7 color RGB value is (250,224,167).

  • red value is 250;
  • green value is 224;
  • blue value is 167.
RGB:
(250,224,167)
(98%,88%,65%)

RGB channels and saturation

R 250 of 255 = 98%
G 224 of 255 = 88%
B 167 of 255 = 65%

250
224
167

R + G + B ~ 84%. #FAE0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 224 + 167 = 641 (100%)
R 250 of 641 ~ 39%
G 224 of 641 ~ 34.95%
B 167 of 641 ~ 26.05%

%39
%34.95
%26.05

CMYK color model

#FAE0A7 color CMYK value is (0,10,33,2).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 33.20%
  • key color value is 1.96%
CMYK:
(0,10,33,2)
C0M10Y33K2 
(0%,10%,33%,2%)
(0.00/0.10/0.33/0.02)	

CMYK percentages

%0
%10.4
%33.2
%1.96

Codes

Color #FAE0A7 in popluar color models

FAE0A7
RGB250224167
HSL41°89.25%81.76%
HSB/HSV41°33.20%98.04%
CMYK0.00%10.40%33.20%
1.96%

Color #FAE0A7 in popluar number systems.

HEXFAE0A7
Decimal250224167
Binary111110101110000010100111
Octal372340247

Shades and tints

Shades of #FAE0A7

#FAE0A7
(250,224,167)
#E4CC98
(228,204,152)
#CEB889
(206,184,137)
#B8A47A
(184,164,122)
#A2906B
(162,144,107)
#8C7C5C
(140,124,92)
#76684D
(118,104,77)
#60543E
(96,84,62)
#4A402F
(74,64,47)
#342C20
(52,44,32)
#1E1811
(30,24,17)
#000000
(0,0,0)

Tints of #FAE0A7

#FAE0A7
(250,224,167)
#FAE2AF
(250,226,175)
#FAE4B7
(250,228,183)
#FAE6BF
(250,230,191)
#FAE8C7
(250,232,199)
#FAEACF
(250,234,207)
#FAECD7
(250,236,215)
#FAEEDF
(250,238,223)
#FAF0E7
(250,240,231)
#FAF2EF
(250,242,239)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE0A7 color. Also use rgb(250,224,167) instead hex code.

Text Font Color

.myTextColor { color: #FAE0A7; }

<p style="color:#FAE0A7">This sample text font color is #FAE0A7.</p>

This text font color is #FAE0A7.


Background Color

.myBgColor { background-color: #FAE0A7; }

<div style="background-color:#FAE0A7">Inner text</div>

This div background color is #FAE0A7.


Border color

.myBorderColor { border: 1px solid #FAE0A7; }

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

This div border color is #FAE0A7.


Opacity

.myOpacity80 { color: #FAE0A7; opacity: 0.8; }

<p style="color:#FAE0A7;opacity:0.8;">80%</p>

Text with #FAE0A7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FAE0A7;}

<p style="text-shadow: 3px 3px 1px #FAE0A7">Text here.</p>

This text has shadow with #FAE0A7 color.

.textShadow {text-shadow: 3px 3px 1px #FAE0A7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FAE0A7, 5px 5px 20px red">Text here.</p>

This text has shadow with #FAE0A7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE0A7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FAE0A7, Direction=45, Strength=4)">Text</p>

This text has shadow with #FAE0A7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FAE0A7;
  -webkit-box-shadow:	1px 1px 3px 2px #FAE0A7;
  box-shadow:		1px 1px 3px 2px #FAE0A7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE0A7;
-webkit-box-shadow: 1px 1px 3px 2px #FAE0A7;
box-shadow:1px 1px 3px 2px #FAE0A7;">
Div content here</div>
This div box has shadow with color #FAE0A7.

Preview

Color preview on black background

This text has color #FAE0A7 on black background.


Color preview on white background

This text has color #FAE0A7 on white background.



Black color preview on #FAE0A7 background

This text has black color on #FAE0A7 background.


White color preview on #FAE0A7 background

This text has white color on #FAE0A7 background.