Shades of Snow Flurry #F0FCD4
Tints of Snow Flurry #F0FCD4
RGB
CMYK
RGB Variations
Color information
#F0FCD4 (or 0xF0FCD4) is known color: Snow Flurry. HEX triplet: F0, FC and D4. RGB value is (240,252,212). Sum of RGB (Red+Green+Blue) = 240+252+212=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 212 (83.20% from 255 or 30.11% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCD4 is #0F032B. Grayscale: #F3F3F3. Windows color (decimal): -983852 or 13958384. OLE color: 13958384.
HSL color Cylindrical-coordinate representation of color #F0FCD4: hue angle of 78º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0FCD4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 212 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.01 |
| HSL | 78º | 0.87% | 0.91% | - |
| HSV(B) | 78º | 0.16% | 0.99% | - |
| XYZ | 82.63 | 92.9 | 75.86 | - |
| YUV | 243.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 212 | 0.05 | 0 | 0.16 | 0.01 | 78 | 0.87 | 0.91 |
| Hex | F0 | FC | D4 | 5 | 0 | 10 | 1 | 4E | 57 | 5B |
| Octal | 360 | 374 | 324 | 5 | 0 | 20 | 1 | 116 | 127 | 133 |
| Binary | 11110000 | 11111100 | 11010100 | 101 | 0 | 10000 | 1 | 1001110 | 1010111 | 1011011 |
Color Harmonies of #F0FCD4
Complementary color
Monochromatic Colors of #F0FCD4
Black with #F0FCD4
Text Example
Text Example
White with #F0FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCD4; }
p { color: rgb(240,252,212); }
H1.HeaderClassName
{
color: #F0FCD4;
}
.AnyTagClassName
{
color: #F0FCD4;
}
</style>
background-color css
<style>
a { background-color: #F0FCD4; }
a { background-color: rgb(240,252,212); }
div.DivClassName
{
background-color: #F0FCD4;
}
.BgClassName
{
background-color: #F0FCD4;
}
</style>
border-color css
<style>
span { border-color: #F0FCD4; }
span { border-color: rgb(240,252,212); }
td.TdClassName
{
border-color: #F0FCD4;
}
.TagClassName
{
border-color: #F0FCD4;
}
</style>