Shades of Snow Flurry #F0FBC3
Tints of Snow Flurry #F0FBC3
RGB
CMYK
RGB Variations
Color information
#F0FBC3 (or 0xF0FBC3) is known color: Snow Flurry. HEX triplet: F0, FB and C3. RGB value is (240,251,195). Sum of RGB (Red+Green+Blue) = 240+251+195=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 195 (76.56% from 255 or 28.43% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBC3 is #0F043C. Grayscale: #F1F1F1. Windows color (decimal): -984125 or 12844016. OLE color: 12844016.
HSL color Cylindrical-coordinate representation of color #F0FBC3: hue angle of 71.79º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0FBC3 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 195 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.02 |
| HSL | 71.79º | 0.88% | 0.87% | - |
| HSV(B) | 71.79º | 0.22% | 0.98% | - |
| XYZ | 80.28 | 91.46 | 65.05 | - |
| YUV | 241.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 195 | 0.04 | 0 | 0.22 | 0.02 | 71.79 | 0.88 | 0.87 |
| Hex | F0 | FB | C3 | 4 | 0 | 16 | 2 | 48 | 58 | 57 |
| Octal | 360 | 373 | 303 | 4 | 0 | 26 | 2 | 110 | 130 | 127 |
| Binary | 11110000 | 11111011 | 11000011 | 100 | 0 | 10110 | 10 | 1001000 | 1011000 | 1010111 |
Color Harmonies of #F0FBC3
Complementary color
Monochromatic Colors of #F0FBC3
Black with #F0FBC3
Text Example
Text Example
White with #F0FBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBC3; }
p { color: rgb(240,251,195); }
H1.HeaderClassName
{
color: #F0FBC3;
}
.AnyTagClassName
{
color: #F0FBC3;
}
</style>
background-color css
<style>
a { background-color: #F0FBC3; }
a { background-color: rgb(240,251,195); }
div.DivClassName
{
background-color: #F0FBC3;
}
.BgClassName
{
background-color: #F0FBC3;
}
</style>
border-color css
<style>
span { border-color: #F0FBC3; }
span { border-color: rgb(240,251,195); }
td.TdClassName
{
border-color: #F0FBC3;
}
.TagClassName
{
border-color: #F0FBC3;
}
</style>