COLOR #FAE1DD

HEX: #FAE1DD
RGB: (250,225,221)

Color info

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

RGB color model

#FAE1DD color RGB value is (250,225,221).

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

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 221 of 255 = 87%

250
225
221

R + G + B ~ 91%. #FAE1DD is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 225 + 221 = 696 (100%)
R 250 of 696 ~ 35.92%
G 225 of 696 ~ 32.33%
B 221 of 696 ~ 31.75%

%35.92
%32.33
%31.75

CMYK color model

#FAE1DD color CMYK value is (0,10,12,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 11.60%
  • key color value is 1.96%
CMYK:
(0,10,12,2)
C0M10Y12K2 
(0%,10%,12%,2%)
(0.00/0.10/0.12/0.02)	

CMYK percentages

%0
%10
%11.6
%1.96

Codes

Color #FAE1DD in popluar color models

FAE1DD
RGB250225221
HSL74.36%92.35%
HSB/HSV11.60%98.04%
CMYK0.00%10.00%11.60%
1.96%

Color #FAE1DD in popluar number systems.

HEXFAE1DD
Decimal250225221
Binary111110101110000111011101
Octal372341335

Shades and tints

Shades of #FAE1DD

#FAE1DD
(250,225,221)
#E4CDC9
(228,205,201)
#CEB9B5
(206,185,181)
#B8A5A1
(184,165,161)
#A2918D
(162,145,141)
#8C7D79
(140,125,121)
#766965
(118,105,101)
#605551
(96,85,81)
#4A413D
(74,65,61)
#342D29
(52,45,41)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #FAE1DD

#FAE1DD
(250,225,221)
#FAE3E0
(250,227,224)
#FAE5E3
(250,229,227)
#FAE7E6
(250,231,230)
#FAE9E9
(250,233,233)
#FAEBEC
(250,235,236)
#FAEDEF
(250,237,239)
#FAEFF2
(250,239,242)
#FAF1F5
(250,241,245)
#FAF3F8
(250,243,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE1DD; }

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

This text font color is #FAE1DD.


Background Color

.myBgColor { background-color: #FAE1DD; }

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

This div background color is #FAE1DD.


Border color

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

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

This div border color is #FAE1DD.


Opacity

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

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

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

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

This text has shadow with #FAE1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE1DD on black background.


Color preview on white background

This text has color #FAE1DD on white background.



Black color preview on #FAE1DD background

This text has black color on #FAE1DD background.


White color preview on #FAE1DD background

This text has white color on #FAE1DD background.