COLOR #FAE5EF

HEX: #FAE5EF RGB: (250,229,239)

Color info

#FAE5EF contains red, green and blue colors in about the same proportion. Web safe color of #FAE5EF is #FFCCFF (or #FCF).

RGB color model

#FAE5EF color RGB value is (250,229,239).

RGB: (250,229,239) (98%, 90%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 229 of 255 = 90%
B 239 of 255 = 94%

250
229
239

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

Portions of RGB colors in percentages

R + G + B = 250 + 229 + 239 = 718 (100%)
R 250 of 718 ~ 34.82%
G 229 of 718 ~ 31.89%
B 239 of 718 ~ 33.29'%

%34.82
%31.89
%33.29

CMYK color model

#FAE5EF color CMYK value is (0,8,4,2).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 4.40%
  • key color value is 1.96%

CMYK: (0,8,4,2)
C0M8Y4K2 (0%, 8%, 4%, 2%)
(0.00 / 0.08 / 0.04 / 0.02)

CMYK percentages

%0
%8.4
%4.4
%1.96

Codes

Color #FAE5EF in popluar color models

FA E5 EF
RGB 250 229 239
HSL 331° 67.74% 93.92%
HSB/HSV 331° 8.40% 98.04%
CMYK 0.00% 8.40% 4.40%
1.96%

Color #FAE5EF in popluar number systems.

HEX FA E5 EF
Decimal 250 229 239
Binary 11111010 11100101 11101111
Octal 372 345 357

Shades and tints

Shades of #FAE5EF

#FAE5EF
(250,229,239)
#E4D1DA
(228,209,218)
#CEBDC5
(206,189,197)
#B8A9B0
(184,169,176)
#A2959B
(162,149,155)
#8C8186
(140,129,134)
#766D71
(118,109,113)
#60595C
(96,89,92)
#4A4547
(74,69,71)
#343132
(52,49,50)
#1E1D1D
(30,29,29)
#000000
(0,0,0)

Tints of #FAE5EF

#FAE5EF
(250,229,239)
#FAE7F0
(250,231,240)
#FAE9F1
(250,233,241)
#FAEBF2
(250,235,242)
#FAEDF3
(250,237,243)
#FAEFF4
(250,239,244)
#FAF1F5
(250,241,245)
#FAF3F6
(250,243,246)
#FAF5F7
(250,245,247)
#FAF7F8
(250,247,248)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE5EF; }

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

This text font color is #FAE5EF.

Background Color

.myBgColor { background-color: #FAE5EF; }

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

This div background color is #FAE5EF.

Border color

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

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

This div border color is #FAE5EF.

Opacity

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

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

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

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

This text has shadow with #FAE5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE5EF.

Preview

Color preview on black background

This text has color #FAE5EF on black background.


Color preview on white background

This text has color #FAE5EF on white background.


Black color preview on #FAE5EF background

This text has black color on #FAE5EF background.


White color preview on #FAE5EF background

This text has white color on #FAE5EF background.


Related colors

Complementary color

Complementary color for #hex is #051A10.


I love getcolorcode.com

Triadic colors

1 #EFFAE5 and #E5EFFA with #FAE5EF are triadic colors.

2 #EFE5FA and #E5FAEF with #FAE5EF are triadic colors.