Shades of Snow Flurry #F0FED1
Tints of Snow Flurry #F0FED1
RGB
CMYK
RGB Variations
Color information
#F0FED1 (or 0xF0FED1) is known color: Snow Flurry. HEX triplet: F0, FE and D1. RGB value is (240,254,209). Sum of RGB (Red+Green+Blue) = 240+254+209=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 209 (82.03% from 255 or 29.73% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED1 is #0F012E. Grayscale: #F4F4F4. Windows color (decimal): -983343 or 13762288. OLE color: 13762288.
HSL color Cylindrical-coordinate representation of color #F0FED1: hue angle of 78.67º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0FED1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 209 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.00 |
| HSL | 78.67º | 0.96% | 0.91% | - |
| HSV(B) | 78.67º | 0.18% | 1% | - |
| XYZ | 82.89 | 94.01 | 74.1 | - |
| YUV | 244.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 209 | 0.06 | 0 | 0.18 | 0.00 | 78.67 | 0.96 | 0.91 |
| Hex | F0 | FE | D1 | 6 | 0 | 12 | 0 | 4F | 60 | 5B |
| Octal | 360 | 376 | 321 | 6 | 0 | 22 | 0 | 117 | 140 | 133 |
| Binary | 11110000 | 11111110 | 11010001 | 110 | 0 | 10010 | 0 | 1001111 | 1100000 | 1011011 |
Color Harmonies of #F0FED1
Complementary color
Monochromatic Colors of #F0FED1
Black with #F0FED1
Text Example
Text Example
White with #F0FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FED1; }
p { color: rgb(240,254,209); }
H1.HeaderClassName
{
color: #F0FED1;
}
.AnyTagClassName
{
color: #F0FED1;
}
</style>
background-color css
<style>
a { background-color: #F0FED1; }
a { background-color: rgb(240,254,209); }
div.DivClassName
{
background-color: #F0FED1;
}
.BgClassName
{
background-color: #F0FED1;
}
</style>
border-color css
<style>
span { border-color: #F0FED1; }
span { border-color: rgb(240,254,209); }
td.TdClassName
{
border-color: #F0FED1;
}
.TagClassName
{
border-color: #F0FED1;
}
</style>