COLOR #FAE0C4

HEX: #FAE0C4
RGB: (250,224,196)

Color info

#FAE0C4 contains red, green and blue colors in about the same proportion. Web safe color of #FAE0C4 is #FFCCCC (or #FCC).

RGB color model

#FAE0C4 color RGB value is (250,224,196).

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

RGB channels and saturation

R 250 of 255 = 98%
G 224 of 255 = 88%
B 196 of 255 = 77%

250
224
196

R + G + B ~ 88%. #FAE0C4 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 224 + 196 = 670 (100%)
R 250 of 670 ~ 37.31%
G 224 of 670 ~ 33.43%
B 196 of 670 ~ 29.25%

%37.31
%33.43
%29.25

CMYK color model

#FAE0C4 color CMYK value is (0,10,22,2).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 21.60%
  • key color value is 1.96%
CMYK:
(0,10,22,2)
C0M10Y22K2 
(0%,10%,22%,2%)
(0.00/0.10/0.22/0.02)	

CMYK percentages

%0
%10.4
%21.6
%1.96

Codes

Color #FAE0C4 in popluar color models

FAE0C4
RGB250224196
HSL31°84.38%87.45%
HSB/HSV31°21.60%98.04%
CMYK0.00%10.40%21.60%
1.96%

Color #FAE0C4 in popluar number systems.

HEXFAE0C4
Decimal250224196
Binary111110101110000011000100
Octal372340304

Shades and tints

Shades of #FAE0C4

#FAE0C4
(250,224,196)
#E4CCB3
(228,204,179)
#CEB8A2
(206,184,162)
#B8A491
(184,164,145)
#A29080
(162,144,128)
#8C7C6F
(140,124,111)
#76685E
(118,104,94)
#60544D
(96,84,77)
#4A403C
(74,64,60)
#342C2B
(52,44,43)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #FAE0C4

#FAE0C4
(250,224,196)
#FAE2C9
(250,226,201)
#FAE4CE
(250,228,206)
#FAE6D3
(250,230,211)
#FAE8D8
(250,232,216)
#FAEADD
(250,234,221)
#FAECE2
(250,236,226)
#FAEEE7
(250,238,231)
#FAF0EC
(250,240,236)
#FAF2F1
(250,242,241)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE0C4; }

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

This text font color is #FAE0C4.


Background Color

.myBgColor { background-color: #FAE0C4; }

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

This div background color is #FAE0C4.


Border color

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

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

This div border color is #FAE0C4.


Opacity

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

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

Text with #FAE0C4 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 #FAE0C4;}

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

This text has shadow with #FAE0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE0C4 on black background.


Color preview on white background

This text has color #FAE0C4 on white background.



Black color preview on #FAE0C4 background

This text has black color on #FAE0C4 background.


White color preview on #FAE0C4 background

This text has white color on #FAE0C4 background.