#FAF9F9

Color #FAF9F9 Snow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow #FAF9F9

Tints of Snow #FAF9F9

Color information

#FAF9F9 (or 0xFAF9F9) is unknown color: approx Snow. HEX triplet: FA, F9 and F9. RGB value is (250,249,249). Sum of RGB (Red+Green+Blue) = 250+249+249=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 249 (97.66% from 255 or 33.29% from 748); Blue value is 249 (97.66% from 255 or 33.29% from 748); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F9 is #050606. Grayscale: #F9F9F9. Windows color (decimal): -329223 or 16382458. OLE color: 16382458.

HSL color Cylindrical-coordinate representation of color #FAF9F9: hue angle of 0º degrees, saturation: 0.09, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FAF9F9 is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB250249249-
CMYK00.000.000.02
HSL9.09%97.84%-
HSV(B)0.4%98.04%-
XYZ90.494.91103.18-
YUV249.3127.83128.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 33.42%
GREEN value IS 249 (97.66% from 255) = 33.29%
BLUE value IS 249 (97.66% from 255) = 33.29%
R=33.42%
G=33.29%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024924900.000.000.0209.0997.84
HexFAF9F900020962
Octal3723713710002011142
Binary11111010111110011111100100010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9F9; }

 p { color: rgb(250,249,249); }

 H1.HeaderClassName
 {
   color: #FAF9F9;
 }
 .AnyTagClassName
 {
   color: #FAF9F9;
 }
</style>
background-color css

<style>
 a { background-color: #FAF9F9; }

 a { background-color: rgb(250,249,249); }

 div.DivClassName
 {
   background-color: #FAF9F9;
 }
 .BgClassName
 {
   background-color: #FAF9F9;
 }
</style>
border-color css

<style>
 span { border-color: #FAF9F9; }

 span { border-color: rgb(250,249,249); }

 td.TdClassName
 {
   border-color: #FAF9F9;
 }
 .TagClassName
 {
   border-color: #FAF9F9;
 }
</style>