COLOR #FAEEE9

HEX: #FAEEE9
RGB: (250,238,233)

Color info

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

RGB color model

#FAEEE9 color RGB value is (250,238,233).

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

RGB channels and saturation

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

250
238
233

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

Portions of RGB colors in percentages

R + G + B =
250 + 238 + 233 = 721 (100%)
R 250 of 721 ~ 34.67%
G 238 of 721 ~ 33.01%
B 233 of 721 ~ 32.32%

%34.67
%33.01
%32.32

CMYK color model

#FAEEE9 color CMYK value is (0,5,7,2).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 6.80%
  • key color value is 1.96%
CMYK:
(0,5,7,2)
C0M5Y7K2 
(0%,5%,7%,2%)
(0.00/0.05/0.07/0.02)	

CMYK percentages

%0
%4.8
%6.8
%1.96

Codes

Color #FAEEE9 in popluar color models

FAEEE9
RGB250238233
HSL18°62.96%94.71%
HSB/HSV18°6.80%98.04%
CMYK0.00%4.80%6.80%
1.96%

Color #FAEEE9 in popluar number systems.

HEXFAEEE9
Decimal250238233
Binary111110101110111011101001
Octal372356351

Shades and tints

Shades of #FAEEE9

#FAEEE9
(250,238,233)
#E4D9D4
(228,217,212)
#CEC4BF
(206,196,191)
#B8AFAA
(184,175,170)
#A29A95
(162,154,149)
#8C8580
(140,133,128)
#76706B
(118,112,107)
#605B56
(96,91,86)
#4A4641
(74,70,65)
#34312C
(52,49,44)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #FAEEE9

#FAEEE9
(250,238,233)
#FAEFEB
(250,239,235)
#FAF0ED
(250,240,237)
#FAF1EF
(250,241,239)
#FAF2F1
(250,242,241)
#FAF3F3
(250,243,243)
#FAF4F5
(250,244,245)
#FAF5F7
(250,245,247)
#FAF6F9
(250,246,249)
#FAF7FB
(250,247,251)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEEE9; }

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

This text font color is #FAEEE9.


Background Color

.myBgColor { background-color: #FAEEE9; }

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

This div background color is #FAEEE9.


Border color

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

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

This div border color is #FAEEE9.


Opacity

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

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

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

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

This text has shadow with #FAEEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEEE9 on black background.


Color preview on white background

This text has color #FAEEE9 on white background.



Black color preview on #FAEEE9 background

This text has black color on #FAEEE9 background.


White color preview on #FAEEE9 background

This text has white color on #FAEEE9 background.