COLOR #FAE9EB

HEX: #FAE9EB
RGB: (250,233,235)

Color info

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

RGB color model

#FAE9EB color RGB value is (250,233,235).

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

RGB channels and saturation

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

250
233
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 235 = 718 (100%)
R 250 of 718 ~ 34.82%
G 233 of 718 ~ 32.45%
B 235 of 718 ~ 32.73%

%34.82
%32.45
%32.73

CMYK color model

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

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

Codes

Color #FAE9EB in popluar color models

FAE9EB
RGB250233235
HSL353°62.96%94.71%
HSB/HSV353°6.80%98.04%
CMYK0.00%6.80%6.00%
1.96%

Color #FAE9EB in popluar number systems.

HEXFAE9EB
Decimal250233235
Binary111110101110100111101011
Octal372351353

Shades and tints

Shades of #FAE9EB

#FAE9EB
(250,233,235)
#E4D4D6
(228,212,214)
#CEBFC1
(206,191,193)
#B8AAAC
(184,170,172)
#A29597
(162,149,151)
#8C8082
(140,128,130)
#766B6D
(118,107,109)
#605658
(96,86,88)
#4A4143
(74,65,67)
#342C2E
(52,44,46)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #FAE9EB

#FAE9EB
(250,233,235)
#FAEBEC
(250,235,236)
#FAEDED
(250,237,237)
#FAEFEE
(250,239,238)
#FAF1EF
(250,241,239)
#FAF3F0
(250,243,240)
#FAF5F1
(250,245,241)
#FAF7F2
(250,247,242)
#FAF9F3
(250,249,243)
#FAFBF4
(250,251,244)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE9EB; }

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

This text font color is #FAE9EB.


Background Color

.myBgColor { background-color: #FAE9EB; }

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

This div background color is #FAE9EB.


Border color

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

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

This div border color is #FAE9EB.


Opacity

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

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

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

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

This text has shadow with #FAE9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE9EB on black background.


Color preview on white background

This text has color #FAE9EB on white background.



Black color preview on #FAE9EB background

This text has black color on #FAE9EB background.


White color preview on #FAE9EB background

This text has white color on #FAE9EB background.