Shades of Snow Flurry #F0FECB
Tints of Snow Flurry #F0FECB
RGB
CMYK
RGB Variations
Color information
#F0FECB (or 0xF0FECB) is known color: Snow Flurry. HEX triplet: F0, FE and CB. RGB value is (240,254,203). Sum of RGB (Red+Green+Blue) = 240+254+203=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FECB is #0F0134. Grayscale: #F4F4F4. Windows color (decimal): -983349 or 13369072. OLE color: 13369072.
HSL color Cylindrical-coordinate representation of color #F0FECB: hue angle of 76.47º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0FECB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 203 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.00 |
| HSL | 76.47º | 0.96% | 0.9% | - |
| HSV(B) | 76.47º | 0.2% | 1% | - |
| XYZ | 82.16 | 93.72 | 70.26 | - |
| YUV | 244 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 203 | 0.06 | 0 | 0.20 | 0.00 | 76.47 | 0.96 | 0.9 |
| Hex | F0 | FE | CB | 6 | 0 | 14 | 0 | 4C | 60 | 5A |
| Octal | 360 | 376 | 313 | 6 | 0 | 24 | 0 | 114 | 140 | 132 |
| Binary | 11110000 | 11111110 | 11001011 | 110 | 0 | 10100 | 0 | 1001100 | 1100000 | 1011010 |
Color Harmonies of #F0FECB
Complementary color
Monochromatic Colors of #F0FECB
Black with #F0FECB
Text Example
Text Example
White with #F0FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FECB; }
p { color: rgb(240,254,203); }
H1.HeaderClassName
{
color: #F0FECB;
}
.AnyTagClassName
{
color: #F0FECB;
}
</style>
background-color css
<style>
a { background-color: #F0FECB; }
a { background-color: rgb(240,254,203); }
div.DivClassName
{
background-color: #F0FECB;
}
.BgClassName
{
background-color: #F0FECB;
}
</style>
border-color css
<style>
span { border-color: #F0FECB; }
span { border-color: rgb(240,254,203); }
td.TdClassName
{
border-color: #F0FECB;
}
.TagClassName
{
border-color: #F0FECB;
}
</style>