COLOR #FAE1D8

HEX: #FAE1D8
RGB: (250,225,216)

Color info

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

RGB color model

#FAE1D8 color RGB value is (250,225,216).

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

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 216 of 255 = 85%

250
225
216

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

Portions of RGB colors in percentages

R + G + B =
250 + 225 + 216 = 691 (100%)
R 250 of 691 ~ 36.18%
G 225 of 691 ~ 32.56%
B 216 of 691 ~ 31.26%

%36.18
%32.56
%31.26

CMYK color model

#FAE1D8 color CMYK value is (0,10,14,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 13.60%
  • key color value is 1.96%
CMYK:
(0,10,14,2)
C0M10Y14K2 
(0%,10%,14%,2%)
(0.00/0.10/0.14/0.02)	

CMYK percentages

%0
%10
%13.6
%1.96

Codes

Color #FAE1D8 in popluar color models

FAE1D8
RGB250225216
HSL16°77.27%91.37%
HSB/HSV16°13.60%98.04%
CMYK0.00%10.00%13.60%
1.96%

Color #FAE1D8 in popluar number systems.

HEXFAE1D8
Decimal250225216
Binary111110101110000111011000
Octal372341330

Shades and tints

Shades of #FAE1D8

#FAE1D8
(250,225,216)
#E4CDC5
(228,205,197)
#CEB9B2
(206,185,178)
#B8A59F
(184,165,159)
#A2918C
(162,145,140)
#8C7D79
(140,125,121)
#766966
(118,105,102)
#605553
(96,85,83)
#4A4140
(74,65,64)
#342D2D
(52,45,45)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #FAE1D8

#FAE1D8
(250,225,216)
#FAE3DB
(250,227,219)
#FAE5DE
(250,229,222)
#FAE7E1
(250,231,225)
#FAE9E4
(250,233,228)
#FAEBE7
(250,235,231)
#FAEDEA
(250,237,234)
#FAEFED
(250,239,237)
#FAF1F0
(250,241,240)
#FAF3F3
(250,243,243)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE1D8; }

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

This text font color is #FAE1D8.


Background Color

.myBgColor { background-color: #FAE1D8; }

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

This div background color is #FAE1D8.


Border color

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

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

This div border color is #FAE1D8.


Opacity

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

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

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

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

This text has shadow with #FAE1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE1D8 on black background.


Color preview on white background

This text has color #FAE1D8 on white background.



Black color preview on #FAE1D8 background

This text has black color on #FAE1D8 background.


White color preview on #FAE1D8 background

This text has white color on #FAE1D8 background.