Shades of Snow #FBF7F7
Tints of Snow #FBF7F7
RGB
CMYK
RGB Variations
Color information
#FBF7F7 (or 0xFBF7F7) is known color: Snow. HEX triplet: FB, F7 and F7. RGB value is (251,247,247). Sum of RGB (Red+Green+Blue) = 251+247+247=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 247 (96.88% from 255 or 33.15% from 745); Blue value is 247 (96.88% from 255 or 33.15% from 745); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7F7 is #040808. Grayscale: #F8F8F8. Windows color (decimal): -264201 or 16250875. OLE color: 16250875.
HSL color Cylindrical-coordinate representation of color #FBF7F7: hue angle of 0º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBF7F7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 247 | 247 | - |
CMYK | 0 | 0.02 | 0.02 | 0.02 |
HSL | 0º | 0.33% | 0.98% | - |
HSV(B) | 0º | 0.02% | 0.98% | - |
XYZ | 89.83 | 93.75 | 101.36 | - |
YUV | 248.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 247 | 247 | 0 | 0.02 | 0.02 | 0.02 | 0 | 0.33 | 0.98 |
Hex | FB | F7 | F7 | 0 | 2 | 2 | 2 | 0 | 21 | 62 |
Octal | 373 | 367 | 367 | 0 | 2 | 2 | 2 | 0 | 41 | 142 |
Binary | 11111011 | 11110111 | 11110111 | 0 | 10 | 10 | 10 | 0 | 100001 | 1100010 |
Color Harmonies of #FBF7F7
Complementary color
Monochromatic Colors of #FBF7F7
Black with #FBF7F7
Text Example
Text Example
White with #FBF7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7F7; }
p { color: rgb(251,247,247); }
H1.HeaderClassName
{
color: #FBF7F7;
}
.AnyTagClassName
{
color: #FBF7F7;
}
</style>
background-color css
<style>
a { background-color: #FBF7F7; }
a { background-color: rgb(251,247,247); }
div.DivClassName
{
background-color: #FBF7F7;
}
.BgClassName
{
background-color: #FBF7F7;
}
</style>
border-color css
<style>
span { border-color: #FBF7F7; }
span { border-color: rgb(251,247,247); }
td.TdClassName
{
border-color: #FBF7F7;
}
.TagClassName
{
border-color: #FBF7F7;
}
</style>