COLOR #FAE8DF

HEX: #FAE8DF
RGB: (250,232,223)

Color info

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

RGB color model

#FAE8DF color RGB value is (250,232,223).

  • red value is 250;
  • green value is 232;
  • blue value is 223.
RGB:
(250,232,223)
(98%,91%,87%)

RGB channels and saturation

R 250 of 255 = 98%
G 232 of 255 = 91%
B 223 of 255 = 87%

250
232
223

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

Portions of RGB colors in percentages

R + G + B =
250 + 232 + 223 = 705 (100%)
R 250 of 705 ~ 35.46%
G 232 of 705 ~ 32.91%
B 223 of 705 ~ 31.63%

%35.46
%32.91
%31.63

CMYK color model

#FAE8DF color CMYK value is (0,7,11,2).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 10.80%
  • key color value is 1.96%
CMYK:
(0,7,11,2)
C0M7Y11K2 
(0%,7%,11%,2%)
(0.00/0.07/0.11/0.02)	

CMYK percentages

%0
%7.2
%10.8
%1.96

Codes

Color #FAE8DF in popluar color models

FAE8DF
RGB250232223
HSL20°72.97%92.75%
HSB/HSV20°10.80%98.04%
CMYK0.00%7.20%10.80%
1.96%

Color #FAE8DF in popluar number systems.

HEXFAE8DF
Decimal250232223
Binary111110101110100011011111
Octal372350337

Shades and tints

Shades of #FAE8DF

#FAE8DF
(250,232,223)
#E4D3CB
(228,211,203)
#CEBEB7
(206,190,183)
#B8A9A3
(184,169,163)
#A2948F
(162,148,143)
#8C7F7B
(140,127,123)
#766A67
(118,106,103)
#605553
(96,85,83)
#4A403F
(74,64,63)
#342B2B
(52,43,43)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #FAE8DF

#FAE8DF
(250,232,223)
#FAEAE1
(250,234,225)
#FAECE3
(250,236,227)
#FAEEE5
(250,238,229)
#FAF0E7
(250,240,231)
#FAF2E9
(250,242,233)
#FAF4EB
(250,244,235)
#FAF6ED
(250,246,237)
#FAF8EF
(250,248,239)
#FAFAF1
(250,250,241)
#FAFCF3
(250,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE8DF color. Also use rgb(250,232,223) instead hex code.

Text Font Color

.myTextColor { color: #FAE8DF; }

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

This text font color is #FAE8DF.


Background Color

.myBgColor { background-color: #FAE8DF; }

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

This div background color is #FAE8DF.


Border color

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

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

This div border color is #FAE8DF.


Opacity

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

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

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

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

This text has shadow with #FAE8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE8DF on black background.


Color preview on white background

This text has color #FAE8DF on white background.



Black color preview on #FAE8DF background

This text has black color on #FAE8DF background.


White color preview on #FAE8DF background

This text has white color on #FAE8DF background.