COLOR #FAEEFD

HEX: #FAEEFD RGB: (250,238,253)

Color info

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

RGB color model

#FAEEFD color RGB value is (250,238,253).

RGB: (250,238,253) (98%, 93%, 99%)

RGB channels and saturation

R 250 of 255 = 98%
G 238 of 255 = 93%
B 253 of 255 = 99%

250
238
253

R + G + B ~ 97%. #FAEEFD is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 238 + 253 = 741 (100%)
R 250 of 741 ~ 33.74%
G 238 of 741 ~ 32.12%
B 253 of 741 ~ 34.14'%

%33.74
%32.12
%34.14

CMYK color model

#FAEEFD color CMYK value is (1,6,0,1).

  • cyan value is 1.19%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (1,6,0,1)
C1M6Y0K1 (1%, 6%, 0%, 1%)
(0.01 / 0.06 / 0.00 / 0.01)

CMYK percentages

%1.19
%5.93
%0
%0.78

Codes

Color #FAEEFD in popluar color models

FA EE FD
RGB 250 238 253
HSL 288° 78.95% 96.27%
HSB/HSV 288° 5.93% 99.22%
CMYK 1.19% 5.93% 0.00%
0.78%

Color #FAEEFD in popluar number systems.

HEX FA EE FD
Decimal 250 238 253
Binary 11111010 11101110 11111101
Octal 372 356 375

Shades and tints

Shades of #FAEEFD

#FAEEFD
(250,238,253)
#E4D9E6
(228,217,230)
#CEC4CF
(206,196,207)
#B8AFB8
(184,175,184)
#A29AA1
(162,154,161)
#8C858A
(140,133,138)
#767073
(118,112,115)
#605B5C
(96,91,92)
#4A4645
(74,70,69)
#34312E
(52,49,46)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #FAEEFD

#FAEEFD
(250,238,253)
#FAEFFD
(250,239,253)
#FAF0FD
(250,240,253)
#FAF1FD
(250,241,253)
#FAF2FD
(250,242,253)
#FAF3FD
(250,243,253)
#FAF4FD
(250,244,253)
#FAF5FD
(250,245,253)
#FAF6FD
(250,246,253)
#FAF7FD
(250,247,253)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEEFD; }

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

This text font color is #FAEEFD.

Background Color

.myBgColor { background-color: #FAEEFD; }

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

This div background color is #FAEEFD.

Border color

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

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

This div border color is #FAEEFD.

Opacity

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

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

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

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

This text has shadow with #FAEEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEEFD.

Preview

Color preview on black background

This text has color #FAEEFD on black background.


Color preview on white background

This text has color #FAEEFD on white background.


Black color preview on #FAEEFD background

This text has black color on #FAEEFD background.


White color preview on #FAEEFD background

This text has white color on #FAEEFD background.


Related colors

Complementary color

Complementary color for #hex is #051102.


I love getcolorcode.com

Triadic colors

1 #FDFAEE and #EEFDFA with #FAEEFD are triadic colors.

2 #FDEEFA and #EEFAFD with #FAEEFD are triadic colors.