Shades of Snow #FDFBFB
Tints of Snow #FDFBFB
RGB
CMYK
RGB Variations
Color information
#FDFBFB (or 0xFDFBFB) is known color: Snow. HEX triplet: FD, FB and FB. RGB value is (253,251,251). Sum of RGB (Red+Green+Blue) = 253+251+251=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 251 (98.44% from 255 or 33.25% from 755); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBFB is #020404. Grayscale: #FBFBFB. Windows color (decimal): -132101 or 16514045. OLE color: 16514045.
HSL color Cylindrical-coordinate representation of color #FDFBFB: hue angle of 0º degrees, saturation: 0.33, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFBFB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 251 | - |
CMYK | 0 | 0.01 | 0.01 | 0.01 |
HSL | 0º | 0.33% | 0.99% | - |
HSV(B) | 0º | 0.01% | 0.99% | - |
XYZ | 92.42 | 96.84 | 105.09 | - |
YUV | 251.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 251 | 0 | 0.01 | 0.01 | 0.01 | 0 | 0.33 | 0.99 |
Hex | FD | FB | FB | 0 | 1 | 1 | 1 | 0 | 21 | 63 |
Octal | 375 | 373 | 373 | 0 | 1 | 1 | 1 | 0 | 41 | 143 |
Binary | 11111101 | 11111011 | 11111011 | 0 | 1 | 1 | 1 | 0 | 100001 | 1100011 |
Color Harmonies of #FDFBFB
Complementary color
Monochromatic Colors of #FDFBFB
Black with #FDFBFB
Text Example
Text Example
White with #FDFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBFB; }
p { color: rgb(253,251,251); }
H1.HeaderClassName
{
color: #FDFBFB;
}
.AnyTagClassName
{
color: #FDFBFB;
}
</style>
background-color css
<style>
a { background-color: #FDFBFB; }
a { background-color: rgb(253,251,251); }
div.DivClassName
{
background-color: #FDFBFB;
}
.BgClassName
{
background-color: #FDFBFB;
}
</style>
border-color css
<style>
span { border-color: #FDFBFB; }
span { border-color: rgb(253,251,251); }
td.TdClassName
{
border-color: #FDFBFB;
}
.TagClassName
{
border-color: #FDFBFB;
}
</style>