Shades of Snow Flurry #F2FECB
Tints of Snow Flurry #F2FECB
RGB
CMYK
RGB Variations
Color information
#F2FECB (or 0xF2FECB) is known color: Snow Flurry. HEX triplet: F2, FE and CB. RGB value is (242,254,203). Sum of RGB (Red+Green+Blue) = 242+254+203=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 203 (79.69% from 255 or 29.04% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FECB is #0D0134. Grayscale: #F4F4F4. Windows color (decimal): -852277 or 13369074. OLE color: 13369074.
HSL color Cylindrical-coordinate representation of color #F2FECB: hue angle of 74.12º 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 #F2FECB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 203 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.00 |
| HSL | 74.12º | 0.96% | 0.9% | - |
| HSV(B) | 74.12º | 0.2% | 1% | - |
| XYZ | 82.84 | 94.07 | 70.29 | - |
| YUV | 244.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 203 | 0.05 | 0 | 0.20 | 0.00 | 74.12 | 0.96 | 0.9 |
| Hex | F2 | FE | CB | 5 | 0 | 14 | 0 | 4A | 60 | 5A |
| Octal | 362 | 376 | 313 | 5 | 0 | 24 | 0 | 112 | 140 | 132 |
| Binary | 11110010 | 11111110 | 11001011 | 101 | 0 | 10100 | 0 | 1001010 | 1100000 | 1011010 |
Color Harmonies of #F2FECB
Complementary color
Monochromatic Colors of #F2FECB
Black with #F2FECB
Text Example
Text Example
White with #F2FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FECB; }
p { color: rgb(242,254,203); }
H1.HeaderClassName
{
color: #F2FECB;
}
.AnyTagClassName
{
color: #F2FECB;
}
</style>
background-color css
<style>
a { background-color: #F2FECB; }
a { background-color: rgb(242,254,203); }
div.DivClassName
{
background-color: #F2FECB;
}
.BgClassName
{
background-color: #F2FECB;
}
</style>
border-color css
<style>
span { border-color: #F2FECB; }
span { border-color: rgb(242,254,203); }
td.TdClassName
{
border-color: #F2FECB;
}
.TagClassName
{
border-color: #F2FECB;
}
</style>