COLOR #FAE8EA

HEX: #FAE8EA
RGB: (250,232,234)

Color info

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

RGB color model

#FAE8EA color RGB value is (250,232,234).

  • red value is 250;
  • green value is 232;
  • blue value is 234.
RGB:
(250,232,234)
(98%,91%,92%)

RGB channels and saturation

R 250 of 255 = 98%
G 232 of 255 = 91%
B 234 of 255 = 92%

250
232
234

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

Portions of RGB colors in percentages

R + G + B =
250 + 232 + 234 = 716 (100%)
R 250 of 716 ~ 34.92%
G 232 of 716 ~ 32.4%
B 234 of 716 ~ 32.68%

%34.92
%32.4
%32.68

CMYK color model

#FAE8EA color CMYK value is (0,7,6,2).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(0,7,6,2)
C0M7Y6K2 
(0%,7%,6%,2%)
(0.00/0.07/0.06/0.02)	

CMYK percentages

%0
%7.2
%6.4
%1.96

Codes

Color #FAE8EA in popluar color models

FAE8EA
RGB250232234
HSL353°64.29%94.51%
HSB/HSV353°7.20%98.04%
CMYK0.00%7.20%6.40%
1.96%

Color #FAE8EA in popluar number systems.

HEXFAE8EA
Decimal250232234
Binary111110101110100011101010
Octal372350352

Shades and tints

Shades of #FAE8EA

#FAE8EA
(250,232,234)
#E4D3D5
(228,211,213)
#CEBEC0
(206,190,192)
#B8A9AB
(184,169,171)
#A29496
(162,148,150)
#8C7F81
(140,127,129)
#766A6C
(118,106,108)
#605557
(96,85,87)
#4A4042
(74,64,66)
#342B2D
(52,43,45)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FAE8EA

#FAE8EA
(250,232,234)
#FAEAEB
(250,234,235)
#FAECEC
(250,236,236)
#FAEEED
(250,238,237)
#FAF0EE
(250,240,238)
#FAF2EF
(250,242,239)
#FAF4F0
(250,244,240)
#FAF6F1
(250,246,241)
#FAF8F2
(250,248,242)
#FAFAF3
(250,250,243)
#FAFCF4
(250,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE8EA; }

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

This text font color is #FAE8EA.


Background Color

.myBgColor { background-color: #FAE8EA; }

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

This div background color is #FAE8EA.


Border color

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

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

This div border color is #FAE8EA.


Opacity

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

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

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

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

This text has shadow with #FAE8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE8EA on black background.


Color preview on white background

This text has color #FAE8EA on white background.



Black color preview on #FAE8EA background

This text has black color on #FAE8EA background.


White color preview on #FAE8EA background

This text has white color on #FAE8EA background.