Shades of Snow #FBFBFB
Tints of Snow #FBFBFB
RGB
CMYK
RGB Variations
Color information
#FBFBFB (or 0xFBFBFB) is known color: Snow. HEX triplet: FB, FB and FB. RGB value is (251,251,251). Sum of RGB (Red+Green+Blue) = 251+251+251=753 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.33% from 753); Green value is 251 (98.44% from 255 or 33.33% from 753); Blue value is 251 (98.44% from 255 or 33.33% from 753); Max value from RGB is 251 - color contains mainly: red, green, blue. Hex color #FBFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBFB is #040404. Grayscale: #FBFBFB. Windows color (decimal): -263173 or 16514043. OLE color: 16514043.
HSL color Cylindrical-coordinate representation of color #FBFBFB: hue angle of 0º degrees, saturation: 0, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FBFBFB is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 251 | 251 | - |
CMYK | 0 | 0 | 0 | 0.02 |
HSL | 0º | 0% | 0.98% | - |
HSV(B) | 0º | 0% | 0.98% | - |
XYZ | 91.69 | 96.47 | 105.05 | - |
YUV | 251 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 251 | 251 | 0 | 0 | 0 | 0.02 | 0 | 0 | 0.98 |
Hex | FB | FB | FB | 0 | 0 | 0 | 2 | 0 | 0 | 62 |
Octal | 373 | 373 | 373 | 0 | 0 | 0 | 2 | 0 | 0 | 142 |
Binary | 11111011 | 11111011 | 11111011 | 0 | 0 | 0 | 10 | 0 | 0 | 1100010 |
Color Harmonies of #FBFBFB
Complementary color
Monochromatic Colors of #FBFBFB
Black with #FBFBFB
Text Example
Text Example
White with #FBFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBFB; }
p { color: rgb(251,251,251); }
H1.HeaderClassName
{
color: #FBFBFB;
}
.AnyTagClassName
{
color: #FBFBFB;
}
</style>
background-color css
<style>
a { background-color: #FBFBFB; }
a { background-color: rgb(251,251,251); }
div.DivClassName
{
background-color: #FBFBFB;
}
.BgClassName
{
background-color: #FBFBFB;
}
</style>
border-color css
<style>
span { border-color: #FBFBFB; }
span { border-color: rgb(251,251,251); }
td.TdClassName
{
border-color: #FBFBFB;
}
.TagClassName
{
border-color: #FBFBFB;
}
</style>