Shades of Snow Flurry #F1FFC6
Tints of Snow Flurry #F1FFC6
RGB
CMYK
RGB Variations
Color information
#F1FFC6 (or 0xF1FFC6) is known color: Snow Flurry. HEX triplet: F1, FF and C6. RGB value is (241,255,198). Sum of RGB (Red+Green+Blue) = 241+255+198=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 198 (77.73% from 255 or 28.53% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFC6 is #0E0039. Grayscale: #F4F4F4. Windows color (decimal): -917562 or 13041649. OLE color: 13041649.
HSL color Cylindrical-coordinate representation of color #F1FFC6: hue angle of 74.74º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1FFC6 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 198 | - |
| CMYK | 0.05 | 0 | 0.22 | 0 |
| HSL | 74.74º | 1% | 0.89% | - |
| HSV(B) | 74.74º | 0.22% | 1% | - |
| XYZ | 82.23 | 94.3 | 67.29 | - |
| YUV | 244.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 198 | 0.05 | 0 | 0.22 | 0 | 74.74 | 1 | 0.89 |
| Hex | F1 | FF | C6 | 5 | 0 | 16 | 0 | 4B | 64 | 59 |
| Octal | 361 | 377 | 306 | 5 | 0 | 26 | 0 | 113 | 144 | 131 |
| Binary | 11110001 | 11111111 | 11000110 | 101 | 0 | 10110 | 0 | 1001011 | 1100100 | 1011001 |
Color Harmonies of #F1FFC6
Complementary color
Monochromatic Colors of #F1FFC6
Black with #F1FFC6
Text Example
Text Example
White with #F1FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFC6; }
p { color: rgb(241,255,198); }
H1.HeaderClassName
{
color: #F1FFC6;
}
.AnyTagClassName
{
color: #F1FFC6;
}
</style>
background-color css
<style>
a { background-color: #F1FFC6; }
a { background-color: rgb(241,255,198); }
div.DivClassName
{
background-color: #F1FFC6;
}
.BgClassName
{
background-color: #F1FFC6;
}
</style>
border-color css
<style>
span { border-color: #F1FFC6; }
span { border-color: rgb(241,255,198); }
td.TdClassName
{
border-color: #F1FFC6;
}
.TagClassName
{
border-color: #F1FFC6;
}
</style>