COLOR #FAEFFE

HEX: #FAEFFE
RGB: (250,239,254)

Color info

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

RGB color model

#FAEFFE color RGB value is (250,239,254).

  • red value is 250;
  • green value is 239;
  • blue value is 254.
RGB:
(250,239,254)
(98%,94%,100%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 254 of 255 = 100%

250
239
254

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 254 = 743 (100%)
R 250 of 743 ~ 33.65%
G 239 of 743 ~ 32.17%
B 254 of 743 ~ 34.19%

%33.65
%32.17
%34.19

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,6,0,0)
C2M6Y0K0 
(2%,6%,0%,0%)
(0.02/0.06/0.00/0.00)	

CMYK percentages

%1.57
%5.91
%0
%0.39

Codes

Color #FAEFFE in popluar color models

FAEFFE
RGB250239254
HSL284°88.24%96.67%
HSB/HSV284°5.91%99.61%
CMYK1.57%5.91%0.00%
0.39%

Color #FAEFFE in popluar number systems.

HEXFAEFFE
Decimal250239254
Binary111110101110111111111110
Octal372357376

Shades and tints

Shades of #FAEFFE

#FAEFFE
(250,239,254)
#E4DAE7
(228,218,231)
#CEC5D0
(206,197,208)
#B8B0B9
(184,176,185)
#A29BA2
(162,155,162)
#8C868B
(140,134,139)
#767174
(118,113,116)
#605C5D
(96,92,93)
#4A4746
(74,71,70)
#34322F
(52,50,47)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #FAEFFE

#FAEFFE
(250,239,254)
#FAF0FE
(250,240,254)
#FAF1FE
(250,241,254)
#FAF2FE
(250,242,254)
#FAF3FE
(250,243,254)
#FAF4FE
(250,244,254)
#FAF5FE
(250,245,254)
#FAF6FE
(250,246,254)
#FAF7FE
(250,247,254)
#FAF8FE
(250,248,254)
#FAF9FE
(250,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFFE; }

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

This text font color is #FAEFFE.


Background Color

.myBgColor { background-color: #FAEFFE; }

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

This div background color is #FAEFFE.


Border color

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

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

This div border color is #FAEFFE.


Opacity

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

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

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

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

This text has shadow with #FAEFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFFE on black background.


Color preview on white background

This text has color #FAEFFE on white background.



Black color preview on #FAEFFE background

This text has black color on #FAEFFE background.


White color preview on #FAEFFE background

This text has white color on #FAEFFE background.