Shades of Snow Flurry #F0FFD1
Tints of Snow Flurry #F0FFD1
RGB
CMYK
RGB Variations
Color information
#F0FFD1 (or 0xF0FFD1) is known color: Snow Flurry. HEX triplet: F0, FF and D1. RGB value is (240,255,209). Sum of RGB (Red+Green+Blue) = 240+255+209=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 209 (82.03% from 255 or 29.69% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD1 is #0F002E. Grayscale: #F5F5F5. Windows color (decimal): -983087 or 13762544. OLE color: 13762544.
HSL color Cylindrical-coordinate representation of color #F0FFD1: hue angle of 79.57º 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 #F0FFD1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 209 | - |
| CMYK | 0.06 | 0 | 0.18 | 0 |
| HSL | 79.57º | 1% | 0.91% | - |
| HSV(B) | 79.57º | 0.18% | 1% | - |
| XYZ | 83.2 | 94.65 | 74.21 | - |
| YUV | 245.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 209 | 0.06 | 0 | 0.18 | 0 | 79.57 | 1 | 0.91 |
| Hex | F0 | FF | D1 | 6 | 0 | 12 | 0 | 50 | 64 | 5B |
| Octal | 360 | 377 | 321 | 6 | 0 | 22 | 0 | 120 | 144 | 133 |
| Binary | 11110000 | 11111111 | 11010001 | 110 | 0 | 10010 | 0 | 1010000 | 1100100 | 1011011 |
Color Harmonies of #F0FFD1
Complementary color
Monochromatic Colors of #F0FFD1
Black with #F0FFD1
Text Example
Text Example
White with #F0FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFD1; }
p { color: rgb(240,255,209); }
H1.HeaderClassName
{
color: #F0FFD1;
}
.AnyTagClassName
{
color: #F0FFD1;
}
</style>
background-color css
<style>
a { background-color: #F0FFD1; }
a { background-color: rgb(240,255,209); }
div.DivClassName
{
background-color: #F0FFD1;
}
.BgClassName
{
background-color: #F0FFD1;
}
</style>
border-color css
<style>
span { border-color: #F0FFD1; }
span { border-color: rgb(240,255,209); }
td.TdClassName
{
border-color: #F0FFD1;
}
.TagClassName
{
border-color: #F0FFD1;
}
</style>