COLOR #FAEFF9

HEX: #FAEFF9
RGB: (250,239,249)

Color info

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

RGB color model

#FAEFF9 color RGB value is (250,239,249).

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

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 249 of 255 = 98%

250
239
249

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 249 = 738 (100%)
R 250 of 738 ~ 33.88%
G 239 of 738 ~ 32.38%
B 249 of 738 ~ 33.74%

%33.88
%32.38
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 0.40%
  • key color value is 1.96%
CMYK:
(0,4,0,2)
C0M4Y0K2 
(0%,4%,0%,2%)
(0.00/0.04/0.00/0.02)	

CMYK percentages

%0
%4.4
%0.4
%1.96

Codes

Color #FAEFF9 in popluar color models

FAEFF9
RGB250239249
HSL305°52.38%95.88%
HSB/HSV305°4.40%98.04%
CMYK0.00%4.40%0.40%
1.96%

Color #FAEFF9 in popluar number systems.

HEXFAEFF9
Decimal250239249
Binary111110101110111111111001
Octal372357371

Shades and tints

Shades of #FAEFF9

#FAEFF9
(250,239,249)
#E4DAE3
(228,218,227)
#CEC5CD
(206,197,205)
#B8B0B7
(184,176,183)
#A29BA1
(162,155,161)
#8C868B
(140,134,139)
#767175
(118,113,117)
#605C5F
(96,92,95)
#4A4749
(74,71,73)
#343233
(52,50,51)
#1E1D1D
(30,29,29)
#000000
(0,0,0)

Tints of #FAEFF9

#FAEFF9
(250,239,249)
#FAF0F9
(250,240,249)
#FAF1F9
(250,241,249)
#FAF2F9
(250,242,249)
#FAF3F9
(250,243,249)
#FAF4F9
(250,244,249)
#FAF5F9
(250,245,249)
#FAF6F9
(250,246,249)
#FAF7F9
(250,247,249)
#FAF8F9
(250,248,249)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFF9; }

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

This text font color is #FAEFF9.


Background Color

.myBgColor { background-color: #FAEFF9; }

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

This div background color is #FAEFF9.


Border color

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

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

This div border color is #FAEFF9.


Opacity

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

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

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

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

This text has shadow with #FAEFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFF9 on black background.


Color preview on white background

This text has color #FAEFF9 on white background.



Black color preview on #FAEFF9 background

This text has black color on #FAEFF9 background.


White color preview on #FAEFF9 background

This text has white color on #FAEFF9 background.