Shades of Snow Flurry #F0FFD6
Tints of Snow Flurry #F0FFD6
RGB
CMYK
RGB Variations
Color information
#F0FFD6 (or 0xF0FFD6) is known color: Snow Flurry. HEX triplet: F0, FF and D6. RGB value is (240,255,214). Sum of RGB (Red+Green+Blue) = 240+255+214=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 214 (83.98% from 255 or 30.18% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD6 is #0F0029. Grayscale: #F5F5F5. Windows color (decimal): -983082 or 14090224. OLE color: 14090224.
HSL color Cylindrical-coordinate representation of color #F0FFD6: hue angle of 81.95º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0FFD6 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 214 | - |
| CMYK | 0.06 | 0 | 0.16 | 0 |
| HSL | 81.95º | 1% | 0.92% | - |
| HSV(B) | 81.95º | 0.16% | 1% | - |
| XYZ | 83.83 | 94.9 | 77.52 | - |
| YUV | 245.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 214 | 0.06 | 0 | 0.16 | 0 | 81.95 | 1 | 0.92 |
| Hex | F0 | FF | D6 | 6 | 0 | 10 | 0 | 52 | 64 | 5C |
| Octal | 360 | 377 | 326 | 6 | 0 | 20 | 0 | 122 | 144 | 134 |
| Binary | 11110000 | 11111111 | 11010110 | 110 | 0 | 10000 | 0 | 1010010 | 1100100 | 1011100 |
Color Harmonies of #F0FFD6
Complementary color
Monochromatic Colors of #F0FFD6
Black with #F0FFD6
Text Example
Text Example
White with #F0FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFD6; }
p { color: rgb(240,255,214); }
H1.HeaderClassName
{
color: #F0FFD6;
}
.AnyTagClassName
{
color: #F0FFD6;
}
</style>
background-color css
<style>
a { background-color: #F0FFD6; }
a { background-color: rgb(240,255,214); }
div.DivClassName
{
background-color: #F0FFD6;
}
.BgClassName
{
background-color: #F0FFD6;
}
</style>
border-color css
<style>
span { border-color: #F0FFD6; }
span { border-color: rgb(240,255,214); }
td.TdClassName
{
border-color: #F0FFD6;
}
.TagClassName
{
border-color: #F0FFD6;
}
</style>