COLOR #FAE7DD

HEX: #FAE7DD
RGB: (250,231,221)

Color info

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

RGB color model

#FAE7DD color RGB value is (250,231,221).

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

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 221 of 255 = 87%

250
231
221

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

Portions of RGB colors in percentages

R + G + B =
250 + 231 + 221 = 702 (100%)
R 250 of 702 ~ 35.61%
G 231 of 702 ~ 32.91%
B 221 of 702 ~ 31.48%

%35.61
%32.91
%31.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.60%
  • 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
%7.6
%11.6
%1.96

Codes

Color #FAE7DD in popluar color models

FAE7DD
RGB250231221
HSL21°74.36%92.35%
HSB/HSV21°11.60%98.04%
CMYK0.00%7.60%11.60%
1.96%

Color #FAE7DD in popluar number systems.

HEXFAE7DD
Decimal250231221
Binary111110101110011111011101
Octal372347335

Shades and tints

Shades of #FAE7DD

#FAE7DD
(250,231,221)
#E4D2C9
(228,210,201)
#CEBDB5
(206,189,181)
#B8A8A1
(184,168,161)
#A2938D
(162,147,141)
#8C7E79
(140,126,121)
#766965
(118,105,101)
#605451
(96,84,81)
#4A3F3D
(74,63,61)
#342A29
(52,42,41)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #FAE7DD

#FAE7DD
(250,231,221)
#FAE9E0
(250,233,224)
#FAEBE3
(250,235,227)
#FAEDE6
(250,237,230)
#FAEFE9
(250,239,233)
#FAF1EC
(250,241,236)
#FAF3EF
(250,243,239)
#FAF5F2
(250,245,242)
#FAF7F5
(250,247,245)
#FAF9F8
(250,249,248)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE7DD; }

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

This text font color is #FAE7DD.


Background Color

.myBgColor { background-color: #FAE7DD; }

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

This div background color is #FAE7DD.


Border color

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

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

This div border color is #FAE7DD.


Opacity

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

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

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

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

This text has shadow with #FAE7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE7DD on black background.


Color preview on white background

This text has color #FAE7DD on white background.



Black color preview on #FAE7DD background

This text has black color on #FAE7DD background.


White color preview on #FAE7DD background

This text has white color on #FAE7DD background.