Shades of Snow Flurry #F0FEC7
Tints of Snow Flurry #F0FEC7
RGB
CMYK
RGB Variations
Color information
#F0FEC7 (or 0xF0FEC7) is known color: Snow Flurry. HEX triplet: F0, FE and C7. RGB value is (240,254,199). Sum of RGB (Red+Green+Blue) = 240+254+199=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 199 (78.12% from 255 or 28.72% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEC7 is #0F0138. Grayscale: #F3F3F3. Windows color (decimal): -983353 or 13106928. OLE color: 13106928.
HSL color Cylindrical-coordinate representation of color #F0FEC7: hue angle of 75.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0FEC7 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 199 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.00 |
| HSL | 75.27º | 0.96% | 0.89% | - |
| HSV(B) | 75.27º | 0.22% | 1% | - |
| XYZ | 81.69 | 93.53 | 67.78 | - |
| YUV | 243.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 199 | 0.06 | 0 | 0.22 | 0.00 | 75.27 | 0.96 | 0.89 |
| Hex | F0 | FE | C7 | 6 | 0 | 16 | 0 | 4B | 60 | 59 |
| Octal | 360 | 376 | 307 | 6 | 0 | 26 | 0 | 113 | 140 | 131 |
| Binary | 11110000 | 11111110 | 11000111 | 110 | 0 | 10110 | 0 | 1001011 | 1100000 | 1011001 |
Color Harmonies of #F0FEC7
Complementary color
Monochromatic Colors of #F0FEC7
Black with #F0FEC7
Text Example
Text Example
White with #F0FEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEC7; }
p { color: rgb(240,254,199); }
H1.HeaderClassName
{
color: #F0FEC7;
}
.AnyTagClassName
{
color: #F0FEC7;
}
</style>
background-color css
<style>
a { background-color: #F0FEC7; }
a { background-color: rgb(240,254,199); }
div.DivClassName
{
background-color: #F0FEC7;
}
.BgClassName
{
background-color: #F0FEC7;
}
</style>
border-color css
<style>
span { border-color: #F0FEC7; }
span { border-color: rgb(240,254,199); }
td.TdClassName
{
border-color: #F0FEC7;
}
.TagClassName
{
border-color: #F0FEC7;
}
</style>