COLOR #FAE9CF

HEX: #FAE9CF RGB: (250,233,207)

Color info

#FAE9CF contains red, green and blue colors in about the same proportion. Web safe color of #FAE9CF is #FFFFCC (or #FFC).

RGB color model

#FAE9CF color RGB value is (250,233,207).

RGB: (250,233,207) (98%, 91%, 81%)

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 207 of 255 = 81%

250
233
207

R + G + B ~ 90%. #FAE9CF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 233 + 207 = 690 (100%)
R 250 of 690 ~ 36.23%
G 233 of 690 ~ 33.77%
B 207 of 690 ~ 30'%

%36.23
%33.77
%30

CMYK color model

#FAE9CF color CMYK value is (0,7,17,2).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 17.20%
  • key color value is 1.96%

CMYK: (0,7,17,2)
C0M7Y17K2 (0%, 7%, 17%, 2%)
(0.00 / 0.07 / 0.17 / 0.02)

CMYK percentages

%0
%6.8
%17.2
%1.96

Codes

Color #FAE9CF in popluar color models

FA E9 CF
RGB 250 233 207
HSL 36° 81.13% 89.61%
HSB/HSV 36° 17.20% 98.04%
CMYK 0.00% 6.80% 17.20%
1.96%

Color #FAE9CF in popluar number systems.

HEX FA E9 CF
Decimal 250 233 207
Binary 11111010 11101001 11001111
Octal 372 351 317

Shades and tints

Shades of #FAE9CF

#FAE9CF
(250,233,207)
#E4D4BD
(228,212,189)
#CEBFAB
(206,191,171)
#B8AA99
(184,170,153)
#A29587
(162,149,135)
#8C8075
(140,128,117)
#766B63
(118,107,99)
#605651
(96,86,81)
#4A413F
(74,65,63)
#342C2D
(52,44,45)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #FAE9CF

#FAE9CF
(250,233,207)
#FAEBD3
(250,235,211)
#FAEDD7
(250,237,215)
#FAEFDB
(250,239,219)
#FAF1DF
(250,241,223)
#FAF3E3
(250,243,227)
#FAF5E7
(250,245,231)
#FAF7EB
(250,247,235)
#FAF9EF
(250,249,239)
#FAFBF3
(250,251,243)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE9CF color. Also use rgb(250,233,207) instead hex code.

Text Font Color

.myTextColor { color: #FAE9CF; }

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

This text font color is #FAE9CF.

Background Color

.myBgColor { background-color: #FAE9CF; }

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

This div background color is #FAE9CF.

Border color

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

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

This div border color is #FAE9CF.

Opacity

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

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

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

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

This text has shadow with #FAE9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE9CF.

Preview

Color preview on black background

This text has color #FAE9CF on black background.


Color preview on white background

This text has color #FAE9CF on white background.


Black color preview on #FAE9CF background

This text has black color on #FAE9CF background.


White color preview on #FAE9CF background

This text has white color on #FAE9CF background.


Related colors

Complementary color

Complementary color for #hex is #051630.


I love getcolorcode.com

Triadic colors

1 #CFFAE9 and #E9CFFA with #FAE9CF are triadic colors.

2 #CFE9FA and #E9FACF with #FAE9CF are triadic colors.