Shades of Snow Flurry #F0FFD4
Tints of Snow Flurry #F0FFD4
RGB
CMYK
RGB Variations
Color information
#F0FFD4 (or 0xF0FFD4) is known color: Snow Flurry. HEX triplet: F0, FF and D4. RGB value is (240,255,212). Sum of RGB (Red+Green+Blue) = 240+255+212=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 212 (83.20% from 255 or 29.99% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD4 is #0F002B. Grayscale: #F5F5F5. Windows color (decimal): -983084 or 13959152. OLE color: 13959152.
HSL color Cylindrical-coordinate representation of color #F0FFD4: hue angle of 80.93º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0FFD4 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 212 | - |
| CMYK | 0.06 | 0 | 0.17 | 0 |
| HSL | 80.93º | 1% | 0.92% | - |
| HSV(B) | 80.93º | 0.17% | 1% | - |
| XYZ | 83.58 | 94.8 | 76.18 | - |
| YUV | 245.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 212 | 0.06 | 0 | 0.17 | 0 | 80.93 | 1 | 0.92 |
| Hex | F0 | FF | D4 | 6 | 0 | 11 | 0 | 51 | 64 | 5C |
| Octal | 360 | 377 | 324 | 6 | 0 | 21 | 0 | 121 | 144 | 134 |
| Binary | 11110000 | 11111111 | 11010100 | 110 | 0 | 10001 | 0 | 1010001 | 1100100 | 1011100 |
Color Harmonies of #F0FFD4
Complementary color
Monochromatic Colors of #F0FFD4
Black with #F0FFD4
Text Example
Text Example
White with #F0FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFD4; }
p { color: rgb(240,255,212); }
H1.HeaderClassName
{
color: #F0FFD4;
}
.AnyTagClassName
{
color: #F0FFD4;
}
</style>
background-color css
<style>
a { background-color: #F0FFD4; }
a { background-color: rgb(240,255,212); }
div.DivClassName
{
background-color: #F0FFD4;
}
.BgClassName
{
background-color: #F0FFD4;
}
</style>
border-color css
<style>
span { border-color: #F0FFD4; }
span { border-color: rgb(240,255,212); }
td.TdClassName
{
border-color: #F0FFD4;
}
.TagClassName
{
border-color: #F0FFD4;
}
</style>