COLOR #FAEEFC

HEX: #FAEEFC
RGB: (250,238,252)

Color info

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

RGB color model

#FAEEFC color RGB value is (250,238,252).

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

RGB channels and saturation

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

250
238
252

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

Portions of RGB colors in percentages

R + G + B =
250 + 238 + 252 = 740 (100%)
R 250 of 740 ~ 33.78%
G 238 of 740 ~ 32.16%
B 252 of 740 ~ 34.05%

%33.78
%32.16
%34.05

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,6,0,1)
C1M6Y0K1 
(1%,6%,0%,1%)
(0.01/0.06/0.00/0.01)	

CMYK percentages

%0.79
%5.56
%0
%1.18

Codes

Color #FAEEFC in popluar color models

FAEEFC
RGB250238252
HSL291°70.00%96.08%
HSB/HSV291°5.56%98.82%
CMYK0.79%5.56%0.00%
1.18%

Color #FAEEFC in popluar number systems.

HEXFAEEFC
Decimal250238252
Binary111110101110111011111100
Octal372356374

Shades and tints

Shades of #FAEEFC

#FAEEFC
(250,238,252)
#E4D9E6
(228,217,230)
#CEC4D0
(206,196,208)
#B8AFBA
(184,175,186)
#A29AA4
(162,154,164)
#8C858E
(140,133,142)
#767078
(118,112,120)
#605B62
(96,91,98)
#4A464C
(74,70,76)
#343136
(52,49,54)
#1E1C20
(30,28,32)
#000000
(0,0,0)

Tints of #FAEEFC

#FAEEFC
(250,238,252)
#FAEFFC
(250,239,252)
#FAF0FC
(250,240,252)
#FAF1FC
(250,241,252)
#FAF2FC
(250,242,252)
#FAF3FC
(250,243,252)
#FAF4FC
(250,244,252)
#FAF5FC
(250,245,252)
#FAF6FC
(250,246,252)
#FAF7FC
(250,247,252)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEEFC; }

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

This text font color is #FAEEFC.


Background Color

.myBgColor { background-color: #FAEEFC; }

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

This div background color is #FAEEFC.


Border color

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

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

This div border color is #FAEEFC.


Opacity

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

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

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

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

This text has shadow with #FAEEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEEFC on black background.


Color preview on white background

This text has color #FAEEFC on white background.



Black color preview on #FAEEFC background

This text has black color on #FAEEFC background.


White color preview on #FAEEFC background

This text has white color on #FAEEFC background.