Shades of Snow Flurry #F0FED5
Tints of Snow Flurry #F0FED5
RGB
CMYK
RGB Variations
Color information
#F0FED5 (or 0xF0FED5) is known color: Snow Flurry. HEX triplet: F0, FE and D5. RGB value is (240,254,213). Sum of RGB (Red+Green+Blue) = 240+254+213=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 213 (83.59% from 255 or 30.13% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED5 is #0F012A. Grayscale: #F5F5F5. Windows color (decimal): -983339 or 14024432. OLE color: 14024432.
HSL color Cylindrical-coordinate representation of color #F0FED5: hue angle of 80.49º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0FED5 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 213 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.00 |
| HSL | 80.49º | 0.95% | 0.92% | - |
| HSV(B) | 80.49º | 0.16% | 1% | - |
| XYZ | 83.39 | 94.21 | 76.74 | - |
| YUV | 245.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 213 | 0.06 | 0 | 0.16 | 0.00 | 80.49 | 0.95 | 0.92 |
| Hex | F0 | FE | D5 | 6 | 0 | 10 | 0 | 50 | 5F | 5C |
| Octal | 360 | 376 | 325 | 6 | 0 | 20 | 0 | 120 | 137 | 134 |
| Binary | 11110000 | 11111110 | 11010101 | 110 | 0 | 10000 | 0 | 1010000 | 1011111 | 1011100 |
Color Harmonies of #F0FED5
Complementary color
Monochromatic Colors of #F0FED5
Black with #F0FED5
Text Example
Text Example
White with #F0FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FED5; }
p { color: rgb(240,254,213); }
H1.HeaderClassName
{
color: #F0FED5;
}
.AnyTagClassName
{
color: #F0FED5;
}
</style>
background-color css
<style>
a { background-color: #F0FED5; }
a { background-color: rgb(240,254,213); }
div.DivClassName
{
background-color: #F0FED5;
}
.BgClassName
{
background-color: #F0FED5;
}
</style>
border-color css
<style>
span { border-color: #F0FED5; }
span { border-color: rgb(240,254,213); }
td.TdClassName
{
border-color: #F0FED5;
}
.TagClassName
{
border-color: #F0FED5;
}
</style>