Shades of Snow Flurry #F0FBC4
Tints of Snow Flurry #F0FBC4
RGB
CMYK
RGB Variations
Color information
#F0FBC4 (or 0xF0FBC4) is known color: Snow Flurry. HEX triplet: F0, FB and C4. RGB value is (240,251,196). Sum of RGB (Red+Green+Blue) = 240+251+196=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 196 (76.95% from 255 or 28.53% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBC4 is #0F043B. Grayscale: #F1F1F1. Windows color (decimal): -984124 or 12909552. OLE color: 12909552.
HSL color Cylindrical-coordinate representation of color #F0FBC4: hue angle of 72º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0FBC4 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 196 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.02 |
| HSL | 72º | 0.87% | 0.88% | - |
| HSV(B) | 72º | 0.22% | 0.98% | - |
| XYZ | 80.4 | 91.51 | 65.65 | - |
| YUV | 241.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 196 | 0.04 | 0 | 0.22 | 0.02 | 72 | 0.87 | 0.88 |
| Hex | F0 | FB | C4 | 4 | 0 | 16 | 2 | 48 | 57 | 58 |
| Octal | 360 | 373 | 304 | 4 | 0 | 26 | 2 | 110 | 127 | 130 |
| Binary | 11110000 | 11111011 | 11000100 | 100 | 0 | 10110 | 10 | 1001000 | 1010111 | 1011000 |
Color Harmonies of #F0FBC4
Complementary color
Monochromatic Colors of #F0FBC4
Black with #F0FBC4
Text Example
Text Example
White with #F0FBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBC4; }
p { color: rgb(240,251,196); }
H1.HeaderClassName
{
color: #F0FBC4;
}
.AnyTagClassName
{
color: #F0FBC4;
}
</style>
background-color css
<style>
a { background-color: #F0FBC4; }
a { background-color: rgb(240,251,196); }
div.DivClassName
{
background-color: #F0FBC4;
}
.BgClassName
{
background-color: #F0FBC4;
}
</style>
border-color css
<style>
span { border-color: #F0FBC4; }
span { border-color: rgb(240,251,196); }
td.TdClassName
{
border-color: #F0FBC4;
}
.TagClassName
{
border-color: #F0FBC4;
}
</style>