COLOR #FAE1D5

HEX: #FAE1D5 RGB: (250,225,213)

Color info

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

RGB color model

#FAE1D5 color RGB value is (250,225,213).

RGB: (250,225,213) (98%, 88%, 84%)

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 213 of 255 = 84%

250
225
213

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

Portions of RGB colors in percentages

R + G + B = 250 + 225 + 213 = 688 (100%)
R 250 of 688 ~ 36.34%
G 225 of 688 ~ 32.7%
B 213 of 688 ~ 30.96'%

%36.34
%32.7
%30.96

CMYK color model

#FAE1D5 color CMYK value is (0,10,15,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 14.80%
  • key color value is 1.96%

CMYK: (0,10,15,2)
C0M10Y15K2 (0%, 10%, 15%, 2%)
(0.00 / 0.10 / 0.15 / 0.02)

CMYK percentages

%0
%10
%14.8
%1.96

Codes

Color #FAE1D5 in popluar color models

FA E1 D5
RGB 250 225 213
HSL 19° 78.72% 90.78%
HSB/HSV 19° 14.80% 98.04%
CMYK 0.00% 10.00% 14.80%
1.96%

Color #FAE1D5 in popluar number systems.

HEX FA E1 D5
Decimal 250 225 213
Binary 11111010 11100001 11010101
Octal 372 341 325

Shades and tints

Shades of #FAE1D5

#FAE1D5
(250,225,213)
#E4CDC2
(228,205,194)
#CEB9AF
(206,185,175)
#B8A59C
(184,165,156)
#A29189
(162,145,137)
#8C7D76
(140,125,118)
#766963
(118,105,99)
#605550
(96,85,80)
#4A413D
(74,65,61)
#342D2A
(52,45,42)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #FAE1D5

#FAE1D5
(250,225,213)
#FAE3D8
(250,227,216)
#FAE5DB
(250,229,219)
#FAE7DE
(250,231,222)
#FAE9E1
(250,233,225)
#FAEBE4
(250,235,228)
#FAEDE7
(250,237,231)
#FAEFEA
(250,239,234)
#FAF1ED
(250,241,237)
#FAF3F0
(250,243,240)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE1D5; }

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

This text font color is #FAE1D5.

Background Color

.myBgColor { background-color: #FAE1D5; }

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

This div background color is #FAE1D5.

Border color

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

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

This div border color is #FAE1D5.

Opacity

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

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

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

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

This text has shadow with #FAE1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE1D5.

Preview

Color preview on black background

This text has color #FAE1D5 on black background.


Color preview on white background

This text has color #FAE1D5 on white background.


Black color preview on #FAE1D5 background

This text has black color on #FAE1D5 background.


White color preview on #FAE1D5 background

This text has white color on #FAE1D5 background.


Related colors

Complementary color

Complementary color for #hex is #051E2A.


I love getcolorcode.com

Triadic colors

1 #D5FAE1 and #E1D5FA with #FAE1D5 are triadic colors.

2 #D5E1FA and #E1FAD5 with #FAE1D5 are triadic colors.