Shades of Snow Flurry #F0FDD0
Tints of Snow Flurry #F0FDD0
RGB
CMYK
RGB Variations
Color information
#F0FDD0 (or 0xF0FDD0) is known color: Snow Flurry. HEX triplet: F0, FD and D0. RGB value is (240,253,208). Sum of RGB (Red+Green+Blue) = 240+253+208=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDD0 is #0F022F. Grayscale: #F4F4F4. Windows color (decimal): -983600 or 13696496. OLE color: 13696496.
HSL color Cylindrical-coordinate representation of color #F0FDD0: hue angle of 77.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0FDD0 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 208 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.01 |
| HSL | 77.33º | 0.92% | 0.9% | - |
| HSV(B) | 77.33º | 0.18% | 0.99% | - |
| XYZ | 82.45 | 93.33 | 73.34 | - |
| YUV | 243.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 208 | 0.05 | 0 | 0.18 | 0.01 | 77.33 | 0.92 | 0.9 |
| Hex | F0 | FD | D0 | 5 | 0 | 12 | 1 | 4D | 5C | 5A |
| Octal | 360 | 375 | 320 | 5 | 0 | 22 | 1 | 115 | 134 | 132 |
| Binary | 11110000 | 11111101 | 11010000 | 101 | 0 | 10010 | 1 | 1001101 | 1011100 | 1011010 |
Color Harmonies of #F0FDD0
Complementary color
Monochromatic Colors of #F0FDD0
Black with #F0FDD0
Text Example
Text Example
White with #F0FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDD0; }
p { color: rgb(240,253,208); }
H1.HeaderClassName
{
color: #F0FDD0;
}
.AnyTagClassName
{
color: #F0FDD0;
}
</style>
background-color css
<style>
a { background-color: #F0FDD0; }
a { background-color: rgb(240,253,208); }
div.DivClassName
{
background-color: #F0FDD0;
}
.BgClassName
{
background-color: #F0FDD0;
}
</style>
border-color css
<style>
span { border-color: #F0FDD0; }
span { border-color: rgb(240,253,208); }
td.TdClassName
{
border-color: #F0FDD0;
}
.TagClassName
{
border-color: #F0FDD0;
}
</style>