COLOR #FAE9E0

HEX: #FAE9E0 RGB: (250,233,224)

Color info

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

RGB color model

#FAE9E0 color RGB value is (250,233,224).

RGB: (250,233,224) (98%, 91%, 88%)

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 224 of 255 = 88%

250
233
224

R + G + B ~ 92%. #FAE9E0 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 233 + 224 = 707 (100%)
R 250 of 707 ~ 35.36%
G 233 of 707 ~ 32.96%
B 224 of 707 ~ 31.68'%

%35.36
%32.96
%31.68

CMYK color model

#FAE9E0 color CMYK value is (0,7,10,2).

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

CMYK: (0,7,10,2)
C0M7Y10K2 (0%, 7%, 10%, 2%)
(0.00 / 0.07 / 0.10 / 0.02)

CMYK percentages

%0
%6.8
%10.4
%1.96

Codes

Color #FAE9E0 in popluar color models

FA E9 E0
RGB 250 233 224
HSL 21° 72.22% 92.94%
HSB/HSV 21° 10.40% 98.04%
CMYK 0.00% 6.80% 10.40%
1.96%

Color #FAE9E0 in popluar number systems.

HEX FA E9 E0
Decimal 250 233 224
Binary 11111010 11101001 11100000
Octal 372 351 340

Shades and tints

Shades of #FAE9E0

#FAE9E0
(250,233,224)
#E4D4CC
(228,212,204)
#CEBFB8
(206,191,184)
#B8AAA4
(184,170,164)
#A29590
(162,149,144)
#8C807C
(140,128,124)
#766B68
(118,107,104)
#605654
(96,86,84)
#4A4140
(74,65,64)
#342C2C
(52,44,44)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #FAE9E0

#FAE9E0
(250,233,224)
#FAEBE2
(250,235,226)
#FAEDE4
(250,237,228)
#FAEFE6
(250,239,230)
#FAF1E8
(250,241,232)
#FAF3EA
(250,243,234)
#FAF5EC
(250,245,236)
#FAF7EE
(250,247,238)
#FAF9F0
(250,249,240)
#FAFBF2
(250,251,242)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE9E0; }

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

This text font color is #FAE9E0.

Background Color

.myBgColor { background-color: #FAE9E0; }

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

This div background color is #FAE9E0.

Border color

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

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

This div border color is #FAE9E0.

Opacity

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

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

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

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

This text has shadow with #FAE9E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE9E0.

Preview

Color preview on black background

This text has color #FAE9E0 on black background.


Color preview on white background

This text has color #FAE9E0 on white background.


Black color preview on #FAE9E0 background

This text has black color on #FAE9E0 background.


White color preview on #FAE9E0 background

This text has white color on #FAE9E0 background.


Related colors

Complementary color

Complementary color for #hex is #05161F.


I love getcolorcode.com

Triadic colors

1 #E0FAE9 and #E9E0FA with #FAE9E0 are triadic colors.

2 #E0E9FA and #E9FAE0 with #FAE9E0 are triadic colors.