Shades of Snow #FBF9F9
Tints of Snow #FBF9F9
RGB
CMYK
RGB Variations
Color information
#FBF9F9 (or 0xFBF9F9) is known color: 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
RGB | 251 | 249 | 249 | - |
CMYK | 0 | 0.01 | 0.01 | 0.02 |
HSL | 0º | 0.2% | 0.98% | - |
HSV(B) | 0º | 0.01% | 0.98% | - |
XYZ | 90.76 | 95.1 | 103.2 | - |
YUV | 249.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 249 | 249 | 0 | 0.01 | 0.01 | 0.02 | 0 | 0.2 | 0.98 |
Hex | FB | F9 | F9 | 0 | 1 | 1 | 2 | 0 | 14 | 62 |
Octal | 373 | 371 | 371 | 0 | 1 | 1 | 2 | 0 | 24 | 142 |
Binary | 11111011 | 11111001 | 11111001 | 0 | 1 | 1 | 10 | 0 | 10100 | 1100010 |
Color Harmonies of #FBF9F9
Complementary color
Monochromatic Colors of #FBF9F9
Black with #FBF9F9
Text Example
Text Example
White with #FBF9F9
Text Example
Text Example
HTML Codes & Css Web 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>