COLOR #FAEEEF

HEX: #FAEEEF RGB: (250,238,239)

Color info

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

RGB color model

#FAEEEF color RGB value is (250,238,239).

RGB: (250,238,239) (98%, 93%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 238 of 255 = 93%
B 239 of 255 = 94%

250
238
239

R + G + B ~ 95%. #FAEEEF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 238 + 239 = 727 (100%)
R 250 of 727 ~ 34.39%
G 238 of 727 ~ 32.74%
B 239 of 727 ~ 32.87'%

%34.39
%32.74
%32.87

CMYK color model

#FAEEEF color CMYK value is (0,5,4,2).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 4.40%
  • key color value is 1.96%

CMYK: (0,5,4,2)
C0M5Y4K2 (0%, 5%, 4%, 2%)
(0.00 / 0.05 / 0.04 / 0.02)

CMYK percentages

%0
%4.8
%4.4
%1.96

Codes

Color #FAEEEF in popluar color models

FA EE EF
RGB 250 238 239
HSL 355° 54.55% 95.69%
HSB/HSV 355° 4.80% 98.04%
CMYK 0.00% 4.80% 4.40%
1.96%

Color #FAEEEF in popluar number systems.

HEX FA EE EF
Decimal 250 238 239
Binary 11111010 11101110 11101111
Octal 372 356 357

Shades and tints

Shades of #FAEEEF

#FAEEEF
(250,238,239)
#E4D9DA
(228,217,218)
#CEC4C5
(206,196,197)
#B8AFB0
(184,175,176)
#A29A9B
(162,154,155)
#8C8586
(140,133,134)
#767071
(118,112,113)
#605B5C
(96,91,92)
#4A4647
(74,70,71)
#343132
(52,49,50)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #FAEEEF

#FAEEEF
(250,238,239)
#FAEFF0
(250,239,240)
#FAF0F1
(250,240,241)
#FAF1F2
(250,241,242)
#FAF2F3
(250,242,243)
#FAF3F4
(250,243,244)
#FAF4F5
(250,244,245)
#FAF5F6
(250,245,246)
#FAF6F7
(250,246,247)
#FAF7F8
(250,247,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEEEF; }

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

This text font color is #FAEEEF.

Background Color

.myBgColor { background-color: #FAEEEF; }

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

This div background color is #FAEEEF.

Border color

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

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

This div border color is #FAEEEF.

Opacity

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

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

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

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

This text has shadow with #FAEEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEEEF.

Preview

Color preview on black background

This text has color #FAEEEF on black background.


Color preview on white background

This text has color #FAEEEF on white background.


Black color preview on #FAEEEF background

This text has black color on #FAEEEF background.


White color preview on #FAEEEF background

This text has white color on #FAEEEF background.


Related colors

Complementary color

Complementary color for #hex is #051110.


I love getcolorcode.com

Triadic colors

1 #EFFAEE and #EEEFFA with #FAEEEF are triadic colors.

2 #EFEEFA and #EEFAEF with #FAEEEF are triadic colors.