COLOR #FAE0DA

HEX: #FAE0DA RGB: (250,224,218)

Color info

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

RGB color model

#FAE0DA color RGB value is (250,224,218).

RGB: (250,224,218) (98%, 88%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 224 of 255 = 88%
B 218 of 255 = 85%

250
224
218

R + G + B ~ 90%. #FAE0DA is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 224 + 218 = 692 (100%)
R 250 of 692 ~ 36.13%
G 224 of 692 ~ 32.37%
B 218 of 692 ~ 31.5'%

%36.13
%32.37
%31.5

CMYK color model

#FAE0DA color CMYK value is (0,10,13,2).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 12.80%
  • key color value is 1.96%

CMYK: (0,10,13,2)
C0M10Y13K2 (0%, 10%, 13%, 2%)
(0.00 / 0.10 / 0.13 / 0.02)

CMYK percentages

%0
%10.4
%12.8
%1.96

Codes

Color #FAE0DA in popluar color models

FA E0 DA
RGB 250 224 218
HSL 11° 76.19% 91.76%
HSB/HSV 11° 12.80% 98.04%
CMYK 0.00% 10.40% 12.80%
1.96%

Color #FAE0DA in popluar number systems.

HEX FA E0 DA
Decimal 250 224 218
Binary 11111010 11100000 11011010
Octal 372 340 332

Shades and tints

Shades of #FAE0DA

#FAE0DA
(250,224,218)
#E4CCC7
(228,204,199)
#CEB8B4
(206,184,180)
#B8A4A1
(184,164,161)
#A2908E
(162,144,142)
#8C7C7B
(140,124,123)
#766868
(118,104,104)
#605455
(96,84,85)
#4A4042
(74,64,66)
#342C2F
(52,44,47)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #FAE0DA

#FAE0DA
(250,224,218)
#FAE2DD
(250,226,221)
#FAE4E0
(250,228,224)
#FAE6E3
(250,230,227)
#FAE8E6
(250,232,230)
#FAEAE9
(250,234,233)
#FAECEC
(250,236,236)
#FAEEEF
(250,238,239)
#FAF0F2
(250,240,242)
#FAF2F5
(250,242,245)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE0DA color. Also use rgb(250,224,218) instead hex code.

Text Font Color

.myTextColor { color: #FAE0DA; }

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

This text font color is #FAE0DA.

Background Color

.myBgColor { background-color: #FAE0DA; }

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

This div background color is #FAE0DA.

Border color

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

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

This div border color is #FAE0DA.

Opacity

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

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

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

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

This text has shadow with #FAE0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE0DA.

Preview

Color preview on black background

This text has color #FAE0DA on black background.


Color preview on white background

This text has color #FAE0DA on white background.


Black color preview on #FAE0DA background

This text has black color on #FAE0DA background.


White color preview on #FAE0DA background

This text has white color on #FAE0DA background.


Related colors

Complementary color

Complementary color for #hex is #051F25.


I love getcolorcode.com

Triadic colors

1 #DAFAE0 and #E0DAFA with #FAE0DA are triadic colors.

2 #DAE0FA and #E0FADA with #FAE0DA are triadic colors.