COLOR #FAE9E7

HEX: #FAE9E7
RGB: (250,233,231)

Color info

#FAE9E7 contains red, green and blue colors in about the same proportion. Web safe color of #FAE9E7 is #FFFFFF (or #FFF).

RGB color model

#FAE9E7 color RGB value is (250,233,231).

  • red value is 250;
  • green value is 233;
  • blue value is 231.
RGB:
(250,233,231)
(98%,91%,91%)

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 231 of 255 = 91%

250
233
231

R + G + B ~ 93%. #FAE9E7 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 231 = 714 (100%)
R 250 of 714 ~ 35.01%
G 233 of 714 ~ 32.63%
B 231 of 714 ~ 32.35%

%35.01
%32.63
%32.35

CMYK color model

#FAE9E7 color CMYK value is (0,7,8,2).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 7.60%
  • key color value is 1.96%
CMYK:
(0,7,8,2)
C0M7Y8K2 
(0%,7%,8%,2%)
(0.00/0.07/0.08/0.02)	

CMYK percentages

%0
%6.8
%7.6
%1.96

Codes

Color #FAE9E7 in popluar color models

FAE9E7
RGB250233231
HSL65.52%94.31%
HSB/HSV7.60%98.04%
CMYK0.00%6.80%7.60%
1.96%

Color #FAE9E7 in popluar number systems.

HEXFAE9E7
Decimal250233231
Binary111110101110100111100111
Octal372351347

Shades and tints

Shades of #FAE9E7

#FAE9E7
(250,233,231)
#E4D4D2
(228,212,210)
#CEBFBD
(206,191,189)
#B8AAA8
(184,170,168)
#A29593
(162,149,147)
#8C807E
(140,128,126)
#766B69
(118,107,105)
#605654
(96,86,84)
#4A413F
(74,65,63)
#342C2A
(52,44,42)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #FAE9E7

#FAE9E7
(250,233,231)
#FAEBE9
(250,235,233)
#FAEDEB
(250,237,235)
#FAEFED
(250,239,237)
#FAF1EF
(250,241,239)
#FAF3F1
(250,243,241)
#FAF5F3
(250,245,243)
#FAF7F5
(250,247,245)
#FAF9F7
(250,249,247)
#FAFBF9
(250,251,249)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE9E7; }

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

This text font color is #FAE9E7.


Background Color

.myBgColor { background-color: #FAE9E7; }

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

This div background color is #FAE9E7.


Border color

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

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

This div border color is #FAE9E7.


Opacity

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

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

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

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

This text has shadow with #FAE9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE9E7 on black background.


Color preview on white background

This text has color #FAE9E7 on white background.



Black color preview on #FAE9E7 background

This text has black color on #FAE9E7 background.


White color preview on #FAE9E7 background

This text has white color on #FAE9E7 background.