COLOR #FAE7EE

HEX: #FAE7EE
RGB: (250,231,238)

Color info

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

RGB color model

#FAE7EE color RGB value is (250,231,238).

  • red value is 250;
  • green value is 231;
  • blue value is 238.
RGB:
(250,231,238)
(98%,91%,93%)

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 238 of 255 = 93%

250
231
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 231 + 238 = 719 (100%)
R 250 of 719 ~ 34.77%
G 231 of 719 ~ 32.13%
B 238 of 719 ~ 33.1%

%34.77
%32.13
%33.1

CMYK color model

#FAE7EE color CMYK value is (0,8,5,2).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,8,5,2)
C0M8Y5K2 
(0%,8%,5%,2%)
(0.00/0.08/0.05/0.02)	

CMYK percentages

%0
%7.6
%4.8
%1.96

Codes

Color #FAE7EE in popluar color models

FAE7EE
RGB250231238
HSL338°65.52%94.31%
HSB/HSV338°7.60%98.04%
CMYK0.00%7.60%4.80%
1.96%

Color #FAE7EE in popluar number systems.

HEXFAE7EE
Decimal250231238
Binary111110101110011111101110
Octal372347356

Shades and tints

Shades of #FAE7EE

#FAE7EE
(250,231,238)
#E4D2D9
(228,210,217)
#CEBDC4
(206,189,196)
#B8A8AF
(184,168,175)
#A2939A
(162,147,154)
#8C7E85
(140,126,133)
#766970
(118,105,112)
#60545B
(96,84,91)
#4A3F46
(74,63,70)
#342A31
(52,42,49)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #FAE7EE

#FAE7EE
(250,231,238)
#FAE9EF
(250,233,239)
#FAEBF0
(250,235,240)
#FAEDF1
(250,237,241)
#FAEFF2
(250,239,242)
#FAF1F3
(250,241,243)
#FAF3F4
(250,243,244)
#FAF5F5
(250,245,245)
#FAF7F6
(250,247,246)
#FAF9F7
(250,249,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE7EE color. Also use rgb(250,231,238) instead hex code.

Text Font Color

.myTextColor { color: #FAE7EE; }

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

This text font color is #FAE7EE.


Background Color

.myBgColor { background-color: #FAE7EE; }

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

This div background color is #FAE7EE.


Border color

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

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

This div border color is #FAE7EE.


Opacity

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

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

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

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

This text has shadow with #FAE7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE7EE on black background.


Color preview on white background

This text has color #FAE7EE on white background.



Black color preview on #FAE7EE background

This text has black color on #FAE7EE background.


White color preview on #FAE7EE background

This text has white color on #FAE7EE background.