COLOR #FAE5DD

HEX: #FAE5DD
RGB: (250,229,221)

Color info

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

RGB color model

#FAE5DD color RGB value is (250,229,221).

  • red value is 250;
  • green value is 229;
  • blue value is 221.
RGB: (250,229,221) (98%,90%,87%)

RGB channels and saturation

R 250 of 255 = 98%
G 229 of 255 = 90%
B 221 of 255 = 87%

250
229
221

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

Portions of RGB colors in percentages

R + G + B =
250 + 229 + 221 = 700 (100%)
R 250 of 700 ~ 35.71%
G 229 of 700 ~ 32.71%
B 221 of 700 ~ 31.57%

%35.71
%32.71
%31.57

CMYK color model

#FAE5DD color CMYK value is (0,8,12,2).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 11.60%
  • key color value is 1.96%
CMYK: (0,8,12,2) C0M8Y12K2 (0%,8%,12%,2%) (0.00/0.08/0.12/0.02)

CMYK percentages

%0
%8.4
%11.6
%1.96

Codes

Color #FAE5DD in popluar color models

FAE5DD
RGB250229221
HSL17°74.36%92.35%
HSB/HSV17°11.60%98.04%
CMYK0.00%8.40%11.60%
1.96%

Color #FAE5DD in popluar number systems.

HEXFAE5DD
Decimal250229221
Binary111110101110010111011101
Octal372345335

Shades and tints

Shades of #FAE5DD

#FAE5DD
(250,229,221)
#E4D1C9
(228,209,201)
#CEBDB5
(206,189,181)
#B8A9A1
(184,169,161)
#A2958D
(162,149,141)
#8C8179
(140,129,121)
#766D65
(118,109,101)
#605951
(96,89,81)
#4A453D
(74,69,61)
#343129
(52,49,41)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #FAE5DD

#FAE5DD
(250,229,221)
#FAE7E0
(250,231,224)
#FAE9E3
(250,233,227)
#FAEBE6
(250,235,230)
#FAEDE9
(250,237,233)
#FAEFEC
(250,239,236)
#FAF1EF
(250,241,239)
#FAF3F2
(250,243,242)
#FAF5F5
(250,245,245)
#FAF7F8
(250,247,248)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE5DD color. Also use rgb(250,229,221) instead hex code.

Text Font Color

.myTextColor { color: #FAE5DD; }

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

This text font color is #FAE5DD.


Background Color

.myBgColor { background-color: #FAE5DD; }

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

This div background color is #FAE5DD.


Border color

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

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

This div border color is #FAE5DD.


Opacity

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

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

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

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

This text has shadow with #FAE5DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FAE5DD on black background.


Color preview on white background

This text has color #FAE5DD on white background.



Black color preview on #FAE5DD background

This text has black color on #FAE5DD background.


White color preview on #FAE5DD background

This text has white color on #FAE5DD background.