COLOR #FAF9FF

HEX: #FAF9FF RGB: (250,249,255)

Color info

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

RGB color model

#FAF9FF color RGB value is (250,249,255).

RGB: (250,249,255) (98%, 98%, 100%)

RGB channels and saturation

R 250 of 255 = 98%
G 249 of 255 = 98%
B 255 of 255 = 100%

250
249
255

R + G + B ~ 99%. #FAF9FF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 249 + 255 = 754 (100%)
R 250 of 754 ~ 33.16%
G 249 of 754 ~ 33.02%
B 255 of 754 ~ 33.82'%

%33.16
%33.02
%33.82

CMYK color model

#FAF9FF color CMYK value is (2,2,0,0).

  • cyan value is 1.96%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (2,2,0,0)
C2M2Y0K0 (2%, 2%, 0%, 0%)
(0.02 / 0.02 / 0.00 / 0.00)

CMYK percentages

%1.96
%2.35
%0
%0

Codes

Color #FAF9FF in popluar color models

FA F9 FF
RGB 250 249 255
HSL 250° 100.00% 98.82%
HSB/HSV 250° 2.35% 100.00%
CMYK 1.96% 2.35% 0.00%
0.00%

Color #FAF9FF in popluar number systems.

HEX FA F9 FF
Decimal 250 249 255
Binary 11111010 11111001 11111111
Octal 372 371 377

Shades and tints

Shades of #FAF9FF

#FAF9FF
(250,249,255)
#E4E3E8
(228,227,232)
#CECDD1
(206,205,209)
#B8B7BA
(184,183,186)
#A2A1A3
(162,161,163)
#8C8B8C
(140,139,140)
#767575
(118,117,117)
#605F5E
(96,95,94)
#4A4947
(74,73,71)
#343330
(52,51,48)
#1E1D19
(30,29,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF9FF; }

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

This text font color is #FAF9FF.

Background Color

.myBgColor { background-color: #FAF9FF; }

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

This div background color is #FAF9FF.

Border color

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

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

This div border color is #FAF9FF.

Opacity

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

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

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

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

This text has shadow with #FAF9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF9FF.

Preview

Color preview on black background

This text has color #FAF9FF on black background.


Color preview on white background

This text has color #FAF9FF on white background.


Black color preview on #FAF9FF background

This text has black color on #FAF9FF background.


White color preview on #FAF9FF background

This text has white color on #FAF9FF background.


Related colors

Complementary color

Complementary color for #hex is #050600.


I love getcolorcode.com

Triadic colors

1 #FFFAF9 and #F9FFFA with #FAF9FF are triadic colors.

2 #FFF9FA and #F9FAFF with #FAF9FF are triadic colors.