COLOR #FAE8ED

HEX: #FAE8ED RGB: (250,232,237)

Color info

#FAE8ED contains red, green and blue colors in about the same proportion. Web safe color of #FAE8ED is #FFFFFF (or #FFF).

RGB color model

#FAE8ED color RGB value is (250,232,237).

RGB: (250,232,237) (98%, 91%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 232 of 255 = 91%
B 237 of 255 = 93%

250
232
237

R + G + B ~ 94%. #FAE8ED is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 232 + 237 = 719 (100%)
R 250 of 719 ~ 34.77%
G 232 of 719 ~ 32.27%
B 237 of 719 ~ 32.96'%

%34.77
%32.27
%32.96

CMYK color model

#FAE8ED color CMYK value is (0,7,5,2).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK: (0,7,5,2) C0M7Y5K2 (0%,7%,5%,2%) (0.00/0.07/0.05/0.02) 

CMYK percentages

%0
%7.2
%5.2
%1.96

Codes

Color #FAE8ED in popluar color models

FA E8 ED
RGB 250 232 237
HSL 343° 64.29% 94.51%
HSB/HSV 343° 7.20% 98.04%
CMYK 0.00% 7.20% 5.20%
1.96%

Color #FAE8ED in popluar number systems.

HEX FA E8 ED
Decimal 250 232 237
Binary 11111010 11101000 11101101
Octal 372 350 355

Shades and tints

Shades of #FAE8ED

#FAE8ED
(250,232,237)
#E4D3D8
(228,211,216)
#CEBEC3
(206,190,195)
#B8A9AE
(184,169,174)
#A29499
(162,148,153)
#8C7F84
(140,127,132)
#766A6F
(118,106,111)
#60555A
(96,85,90)
#4A4045
(74,64,69)
#342B30
(52,43,48)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #FAE8ED

#FAE8ED
(250,232,237)
#FAEAEE
(250,234,238)
#FAECEF
(250,236,239)
#FAEEF0
(250,238,240)
#FAF0F1
(250,240,241)
#FAF2F2
(250,242,242)
#FAF4F3
(250,244,243)
#FAF6F4
(250,246,244)
#FAF8F5
(250,248,245)
#FAFAF6
(250,250,246)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE8ED color. Also use rgb(250,232,237) instead hex code.

Text Font Color

.myTextColor { color: #FAE8ED; }

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

This text font color is #FAE8ED.

Background Color

.myBgColor { background-color: #FAE8ED; }

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

This div background color is #FAE8ED.

Border color

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

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

This div border color is #FAE8ED.

Opacity

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

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

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

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

This text has shadow with #FAE8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE8ED.

Preview

Color preview on black background

This text has color #FAE8ED on black background.


Color preview on white background

This text has color #FAE8ED on white background.


Black color preview on #FAE8ED background

This text has black color on #FAE8ED background.


White color preview on #FAE8ED background

This text has white color on #FAE8ED background.


Related colors

Complementary color

Complementary color for #hex is #051712.


I love getcolorcode.com

Triadic colors

1 #EDFAE8 and #E8EDFA with #FAE8ED are triadic colors.

2 #EDE8FA and #E8FAED with #FAE8ED are triadic colors.