Shades of Snow Flurry #F0FFD2
Tints of Snow Flurry #F0FFD2
RGB
CMYK
RGB Variations
Color information
#F0FFD2 (or 0xF0FFD2) is known color: Snow Flurry. HEX triplet: F0, FF and D2. RGB value is (240,255,210). Sum of RGB (Red+Green+Blue) = 240+255+210=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 210 (82.42% from 255 or 29.79% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD2 is #0F002D. Grayscale: #F5F5F5. Windows color (decimal): -983086 or 13828080. OLE color: 13828080.
HSL color Cylindrical-coordinate representation of color #F0FFD2: hue angle of 80º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0FFD2 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 210 | - |
| CMYK | 0.06 | 0 | 0.18 | 0 |
| HSL | 80º | 1% | 0.91% | - |
| HSV(B) | 80º | 0.18% | 1% | - |
| XYZ | 83.33 | 94.7 | 74.86 | - |
| YUV | 245.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 210 | 0.06 | 0 | 0.18 | 0 | 80 | 1 | 0.91 |
| Hex | F0 | FF | D2 | 6 | 0 | 12 | 0 | 50 | 64 | 5B |
| Octal | 360 | 377 | 322 | 6 | 0 | 22 | 0 | 120 | 144 | 133 |
| Binary | 11110000 | 11111111 | 11010010 | 110 | 0 | 10010 | 0 | 1010000 | 1100100 | 1011011 |
Color Harmonies of #F0FFD2
Complementary color
Monochromatic Colors of #F0FFD2
Black with #F0FFD2
Text Example
Text Example
White with #F0FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFD2; }
p { color: rgb(240,255,210); }
H1.HeaderClassName
{
color: #F0FFD2;
}
.AnyTagClassName
{
color: #F0FFD2;
}
</style>
background-color css
<style>
a { background-color: #F0FFD2; }
a { background-color: rgb(240,255,210); }
div.DivClassName
{
background-color: #F0FFD2;
}
.BgClassName
{
background-color: #F0FFD2;
}
</style>
border-color css
<style>
span { border-color: #F0FFD2; }
span { border-color: rgb(240,255,210); }
td.TdClassName
{
border-color: #F0FFD2;
}
.TagClassName
{
border-color: #F0FFD2;
}
</style>