COLOR #FAFFEF

HEX: #FAFFEF RGB: (250,255,239)

Color info

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

RGB color model

#FAFFEF color RGB value is (250,255,239).

RGB: (250,255,239) (98%, 100%, 94%)

RGB channels and saturation

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

250
255
239

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

Portions of RGB colors in percentages

R + G + B = 250 + 255 + 239 = 744 (100%)
R 250 of 744 ~ 33.6%
G 255 of 744 ~ 34.27%
B 239 of 744 ~ 32.12'%

%33.6
%34.27
%32.12

CMYK color model

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

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK: (2,0,6,0) C2M0Y6K0 (2%,0%,6%,0%) (0.02/0.00/0.06/0.00) 

CMYK percentages

%1.96
%0
%6.27
%0

Codes

Color #FAFFEF in popluar color models

FA FF EF
RGB 250 255 239
HSL 79° 100.00% 96.86%
HSB/HSV 79° 6.27% 100.00%
CMYK 1.96% 0.00% 6.27%
0.00%

Color #FAFFEF in popluar number systems.

HEX FA FF EF
Decimal 250 255 239
Binary 11111010 11111111 11101111
Octal 372 377 357

Shades and tints

Shades of #FAFFEF

#FAFFEF
(250,255,239)
#E4E8DA
(228,232,218)
#CED1C5
(206,209,197)
#B8BAB0
(184,186,176)
#A2A39B
(162,163,155)
#8C8C86
(140,140,134)
#767571
(118,117,113)
#605E5C
(96,94,92)
#4A4747
(74,71,71)
#343032
(52,48,50)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #FAFFEF

#FAFFEF
(250,255,239)
#FAFFF0
(250,255,240)
#FAFFF1
(250,255,241)
#FAFFF2
(250,255,242)
#FAFFF3
(250,255,243)
#FAFFF4
(250,255,244)
#FAFFF5
(250,255,245)
#FAFFF6
(250,255,246)
#FAFFF7
(250,255,247)
#FAFFF8
(250,255,248)
#FAFFF9
(250,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFFEF; }

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

This text font color is #FAFFEF.

Background Color

.myBgColor { background-color: #FAFFEF; }

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

This div background color is #FAFFEF.

Border color

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

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

This div border color is #FAFFEF.

Opacity

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

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

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

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

This text has shadow with #FAFFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFFEF.

Preview

Color preview on black background

This text has color #FAFFEF on black background.


Color preview on white background

This text has color #FAFFEF on white background.


Black color preview on #FAFFEF background

This text has black color on #FAFFEF background.


White color preview on #FAFFEF background

This text has white color on #FAFFEF background.


Related colors

Complementary color

Complementary color for #hex is #050010.


I love getcolorcode.com

Triadic colors

1 #EFFAFF and #FFEFFA with #FAFFEF are triadic colors.

2 #EFFFFA and #FFFAEF with #FAFFEF are triadic colors.