Shades of Snow Flurry #F1FCC6
Tints of Snow Flurry #F1FCC6
RGB
CMYK
RGB Variations
Color information
#F1FCC6 (or 0xF1FCC6) is known color: Snow Flurry. HEX triplet: F1, FC and C6. RGB value is (241,252,198). Sum of RGB (Red+Green+Blue) = 241+252+198=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 198 (77.73% from 255 or 28.65% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCC6 is #0E0339. Grayscale: #F2F2F2. Windows color (decimal): -918330 or 13040881. OLE color: 13040881.
HSL color Cylindrical-coordinate representation of color #F1FCC6: hue angle of 72.22º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1FCC6 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 198 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.01 |
| HSL | 72.22º | 0.9% | 0.88% | - |
| HSV(B) | 72.22º | 0.21% | 0.99% | - |
| XYZ | 81.28 | 92.4 | 66.98 | - |
| YUV | 242.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 198 | 0.04 | 0 | 0.21 | 0.01 | 72.22 | 0.9 | 0.88 |
| Hex | F1 | FC | C6 | 4 | 0 | 15 | 1 | 48 | 5A | 58 |
| Octal | 361 | 374 | 306 | 4 | 0 | 25 | 1 | 110 | 132 | 130 |
| Binary | 11110001 | 11111100 | 11000110 | 100 | 0 | 10101 | 1 | 1001000 | 1011010 | 1011000 |
Color Harmonies of #F1FCC6
Complementary color
Monochromatic Colors of #F1FCC6
Black with #F1FCC6
Text Example
Text Example
White with #F1FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCC6; }
p { color: rgb(241,252,198); }
H1.HeaderClassName
{
color: #F1FCC6;
}
.AnyTagClassName
{
color: #F1FCC6;
}
</style>
background-color css
<style>
a { background-color: #F1FCC6; }
a { background-color: rgb(241,252,198); }
div.DivClassName
{
background-color: #F1FCC6;
}
.BgClassName
{
background-color: #F1FCC6;
}
</style>
border-color css
<style>
span { border-color: #F1FCC6; }
span { border-color: rgb(241,252,198); }
td.TdClassName
{
border-color: #F1FCC6;
}
.TagClassName
{
border-color: #F1FCC6;
}
</style>