COLOR #FAE9EA

HEX: #FAE9EA
RGB: (250,233,234)

Color info

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

RGB color model

#FAE9EA color RGB value is (250,233,234).

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

RGB channels and saturation

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

250
233
234

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

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 234 = 717 (100%)
R 250 of 717 ~ 34.87%
G 233 of 717 ~ 32.5%
B 234 of 717 ~ 32.64%

%34.87
%32.5
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.80%
  • 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
%6.8
%6.4
%1.96

Codes

Color #FAE9EA in popluar color models

FAE9EA
RGB250233234
HSL356°62.96%94.71%
HSB/HSV356°6.80%98.04%
CMYK0.00%6.80%6.40%
1.96%

Color #FAE9EA in popluar number systems.

HEXFAE9EA
Decimal250233234
Binary111110101110100111101010
Octal372351352

Shades and tints

Shades of #FAE9EA

#FAE9EA
(250,233,234)
#E4D4D5
(228,212,213)
#CEBFC0
(206,191,192)
#B8AAAB
(184,170,171)
#A29596
(162,149,150)
#8C8081
(140,128,129)
#766B6C
(118,107,108)
#605657
(96,86,87)
#4A4142
(74,65,66)
#342C2D
(52,44,45)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #FAE9EA

#FAE9EA
(250,233,234)
#FAEBEB
(250,235,235)
#FAEDEC
(250,237,236)
#FAEFED
(250,239,237)
#FAF1EE
(250,241,238)
#FAF3EF
(250,243,239)
#FAF5F0
(250,245,240)
#FAF7F1
(250,247,241)
#FAF9F2
(250,249,242)
#FAFBF3
(250,251,243)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE9EA; }

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

This text font color is #FAE9EA.


Background Color

.myBgColor { background-color: #FAE9EA; }

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

This div background color is #FAE9EA.


Border color

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

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

This div border color is #FAE9EA.


Opacity

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

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

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

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

This text has shadow with #FAE9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE9EA on black background.


Color preview on white background

This text has color #FAE9EA on white background.



Black color preview on #FAE9EA background

This text has black color on #FAE9EA background.


White color preview on #FAE9EA background

This text has white color on #FAE9EA background.