Shades of Snow #FCFBFB
Tints of Snow #FCFBFB
RGB
CMYK
RGB Variations
Color information
#FCFBFB (or 0xFCFBFB) is known color: Snow. HEX triplet: FC, FB and FB. RGB value is (252,251,251). Sum of RGB (Red+Green+Blue) = 252+251+251=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 251 (98.44% from 255 or 33.29% from 754); Blue value is 251 (98.44% from 255 or 33.29% from 754); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBFB is #030404. Grayscale: #FBFBFB. Windows color (decimal): -197637 or 16514044. OLE color: 16514044.
HSL color Cylindrical-coordinate representation of color #FCFBFB: hue angle of 0º degrees, saturation: 0.14, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FCFBFB is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 251 | - |
| CMYK | 0 | 0.00 | 0.00 | 0.01 |
| HSL | 0º | 0.14% | 0.99% | - |
| HSV(B) | 0º | 0% | 0.99% | - |
| XYZ | 92.05 | 96.65 | 105.07 | - |
| YUV | 251.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 251 | 0 | 0.00 | 0.00 | 0.01 | 0 | 0.14 | 0.99 |
| Hex | FC | FB | FB | 0 | 0 | 0 | 1 | 0 | E | 63 |
| Octal | 374 | 373 | 373 | 0 | 0 | 0 | 1 | 0 | 16 | 143 |
| Binary | 11111100 | 11111011 | 11111011 | 0 | 0 | 0 | 1 | 0 | 1110 | 1100011 |
Color Harmonies of #FCFBFB
Complementary color
Monochromatic Colors of #FCFBFB
Black with #FCFBFB
Text Example
Text Example
White with #FCFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBFB; }
p { color: rgb(252,251,251); }
H1.HeaderClassName
{
color: #FCFBFB;
}
.AnyTagClassName
{
color: #FCFBFB;
}
</style>
background-color css
<style>
a { background-color: #FCFBFB; }
a { background-color: rgb(252,251,251); }
div.DivClassName
{
background-color: #FCFBFB;
}
.BgClassName
{
background-color: #FCFBFB;
}
</style>
border-color css
<style>
span { border-color: #FCFBFB; }
span { border-color: rgb(252,251,251); }
td.TdClassName
{
border-color: #FCFBFB;
}
.TagClassName
{
border-color: #FCFBFB;
}
</style>