#FBF9F9

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

Shades of Snow #FBF9F9

Tints of Snow #FBF9F9

Color information

#FBF9F9 (or 0xFBF9F9) is unknown color: approx Snow. HEX triplet: FB, F9 and F9. RGB value is (251,249,249). Sum of RGB (Red+Green+Blue) = 251+249+249=749 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.51% from 749); Green value is 249 (97.66% from 255 or 33.24% from 749); Blue value is 249 (97.66% from 255 or 33.24% from 749); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F9 is #040606. Grayscale: #F9F9F9. Windows color (decimal): -263687 or 16382459. OLE color: 16382459.

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

Color convert

RGB251249249-
CMYK00.010.010.02
HSL20%98.04%-
HSV(B)0.8%98.43%-
XYZ90.7695.1103.2-
YUV249.6127.66129-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.51%
GREEN value IS 249 (97.66% from 255) = 33.24%
BLUE value IS 249 (97.66% from 255) = 33.24%
R=33.51%
G=33.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124924900.010.010.0202098.04
HexFBF9F9011201462
Octal3733713710112024142
Binary111110111111100111111001011100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9F9; }

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

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

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

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

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

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

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

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