Shades of Snow Flurry #F0FEC3
Tints of Snow Flurry #F0FEC3
RGB
CMYK
RGB Variations
Color information
#F0FEC3 (or 0xF0FEC3) is known color: Snow Flurry. HEX triplet: F0, FE and C3. RGB value is (240,254,195). Sum of RGB (Red+Green+Blue) = 240+254+195=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 195 (76.56% from 255 or 28.30% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEC3 is #0F013C. Grayscale: #F3F3F3. Windows color (decimal): -983357 or 12844784. OLE color: 12844784.
HSL color Cylindrical-coordinate representation of color #F0FEC3: hue angle of 74.24º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0FEC3 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 240 | 254 | 195 | - |
CMYK | 0.06 | 0 | 0.23 | 0.00 |
HSL | 74.24º | 0.97% | 0.88% | - |
HSV(B) | 74.24º | 0.23% | 1% | - |
XYZ | 81.23 | 93.35 | 65.37 | - |
YUV | 243.09 | 100.86 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 254 | 195 | 0.06 | 0 | 0.23 | 0.00 | 74.24 | 0.97 | 0.88 |
Hex | F0 | FE | C3 | 6 | 0 | 17 | 0 | 4A | 61 | 58 |
Octal | 360 | 376 | 303 | 6 | 0 | 27 | 0 | 112 | 141 | 130 |
Binary | 11110000 | 11111110 | 11000011 | 110 | 0 | 10111 | 0 | 1001010 | 1100001 | 1011000 |
Color Harmonies of #F0FEC3
Complementary color
Monochromatic Colors of #F0FEC3
Black with #F0FEC3
Text Example
Text Example
White with #F0FEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEC3; }
p { color: rgb(240,254,195); }
H1.HeaderClassName
{
color: #F0FEC3;
}
.AnyTagClassName
{
color: #F0FEC3;
}
</style>
background-color css
<style>
a { background-color: #F0FEC3; }
a { background-color: rgb(240,254,195); }
div.DivClassName
{
background-color: #F0FEC3;
}
.BgClassName
{
background-color: #F0FEC3;
}
</style>
border-color css
<style>
span { border-color: #F0FEC3; }
span { border-color: rgb(240,254,195); }
td.TdClassName
{
border-color: #F0FEC3;
}
.TagClassName
{
border-color: #F0FEC3;
}
</style>