Shades of Snow Flurry #F0FED3
Tints of Snow Flurry #F0FED3
RGB
CMYK
RGB Variations
Color information
#F0FED3 (or 0xF0FED3) is known color: Snow Flurry. HEX triplet: F0, FE and D3. RGB value is (240,254,211). Sum of RGB (Red+Green+Blue) = 240+254+211=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 211 (82.81% from 255 or 29.93% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED3 is #0F012C. Grayscale: #F5F5F5. Windows color (decimal): -983341 or 13893360. OLE color: 13893360.
HSL color Cylindrical-coordinate representation of color #F0FED3: hue angle of 79.53º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0FED3 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 211 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.00 |
| HSL | 79.53º | 0.96% | 0.91% | - |
| HSV(B) | 79.53º | 0.17% | 1% | - |
| XYZ | 83.13 | 94.11 | 75.41 | - |
| YUV | 244.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 211 | 0.06 | 0 | 0.17 | 0.00 | 79.53 | 0.96 | 0.91 |
| Hex | F0 | FE | D3 | 6 | 0 | 11 | 0 | 50 | 60 | 5B |
| Octal | 360 | 376 | 323 | 6 | 0 | 21 | 0 | 120 | 140 | 133 |
| Binary | 11110000 | 11111110 | 11010011 | 110 | 0 | 10001 | 0 | 1010000 | 1100000 | 1011011 |
Color Harmonies of #F0FED3
Complementary color
Monochromatic Colors of #F0FED3
Black with #F0FED3
Text Example
Text Example
White with #F0FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FED3; }
p { color: rgb(240,254,211); }
H1.HeaderClassName
{
color: #F0FED3;
}
.AnyTagClassName
{
color: #F0FED3;
}
</style>
background-color css
<style>
a { background-color: #F0FED3; }
a { background-color: rgb(240,254,211); }
div.DivClassName
{
background-color: #F0FED3;
}
.BgClassName
{
background-color: #F0FED3;
}
</style>
border-color css
<style>
span { border-color: #F0FED3; }
span { border-color: rgb(240,254,211); }
td.TdClassName
{
border-color: #F0FED3;
}
.TagClassName
{
border-color: #F0FED3;
}
</style>