COLOR #FAE5E4

HEX: #FAE5E4
RGB: (250,229,228)

Color info

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

RGB color model

#FAE5E4 color RGB value is (250,229,228).

  • red value is 250;
  • green value is 229;
  • blue value is 228.
RGB:
(250,229,228)
(98%,90%,89%)

RGB channels and saturation

R 250 of 255 = 98%
G 229 of 255 = 90%
B 228 of 255 = 89%

250
229
228

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

Portions of RGB colors in percentages

R + G + B =
250 + 229 + 228 = 707 (100%)
R 250 of 707 ~ 35.36%
G 229 of 707 ~ 32.39%
B 228 of 707 ~ 32.25%

%35.36
%32.39
%32.25

CMYK color model

#FAE5E4 color CMYK value is (0,8,9,2).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(0,8,9,2)
C0M8Y9K2 
(0%,8%,9%,2%)
(0.00/0.08/0.09/0.02)	

CMYK percentages

%0
%8.4
%8.8
%1.96

Codes

Color #FAE5E4 in popluar color models

FAE5E4
RGB250229228
HSL68.75%93.73%
HSB/HSV8.80%98.04%
CMYK0.00%8.40%8.80%
1.96%

Color #FAE5E4 in popluar number systems.

HEXFAE5E4
Decimal250229228
Binary111110101110010111100100
Octal372345344

Shades and tints

Shades of #FAE5E4

#FAE5E4
(250,229,228)
#E4D1D0
(228,209,208)
#CEBDBC
(206,189,188)
#B8A9A8
(184,169,168)
#A29594
(162,149,148)
#8C8180
(140,129,128)
#766D6C
(118,109,108)
#605958
(96,89,88)
#4A4544
(74,69,68)
#343130
(52,49,48)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #FAE5E4

#FAE5E4
(250,229,228)
#FAE7E6
(250,231,230)
#FAE9E8
(250,233,232)
#FAEBEA
(250,235,234)
#FAEDEC
(250,237,236)
#FAEFEE
(250,239,238)
#FAF1F0
(250,241,240)
#FAF3F2
(250,243,242)
#FAF5F4
(250,245,244)
#FAF7F6
(250,247,246)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE5E4 color. Also use rgb(250,229,228) instead hex code.

Text Font Color

.myTextColor { color: #FAE5E4; }

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

This text font color is #FAE5E4.


Background Color

.myBgColor { background-color: #FAE5E4; }

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

This div background color is #FAE5E4.


Border color

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

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

This div border color is #FAE5E4.


Opacity

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

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

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

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

This text has shadow with #FAE5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5E4 on black background.


Color preview on white background

This text has color #FAE5E4 on white background.



Black color preview on #FAE5E4 background

This text has black color on #FAE5E4 background.


White color preview on #FAE5E4 background

This text has white color on #FAE5E4 background.