Shades of Snow Flurry #F1FFC8
Tints of Snow Flurry #F1FFC8
RGB
CMYK
RGB Variations
Color information
#F1FFC8 (or 0xF1FFC8) is known color: Snow Flurry. HEX triplet: F1, FF and C8. RGB value is (241,255,200). Sum of RGB (Red+Green+Blue) = 241+255+200=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 200 (78.52% from 255 or 28.74% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFC8 is #0E0037. Grayscale: #F4F4F4. Windows color (decimal): -917560 or 13172721. OLE color: 13172721.
HSL color Cylindrical-coordinate representation of color #F1FFC8: hue angle of 75.27º 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 #F1FFC8 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 200 | - |
| CMYK | 0.05 | 0 | 0.22 | 0 |
| HSL | 75.27º | 1% | 0.89% | - |
| HSV(B) | 75.27º | 0.22% | 1% | - |
| XYZ | 82.46 | 94.39 | 68.52 | - |
| YUV | 244.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 200 | 0.05 | 0 | 0.22 | 0 | 75.27 | 1 | 0.89 |
| Hex | F1 | FF | C8 | 5 | 0 | 16 | 0 | 4B | 64 | 59 |
| Octal | 361 | 377 | 310 | 5 | 0 | 26 | 0 | 113 | 144 | 131 |
| Binary | 11110001 | 11111111 | 11001000 | 101 | 0 | 10110 | 0 | 1001011 | 1100100 | 1011001 |
Color Harmonies of #F1FFC8
Complementary color
Monochromatic Colors of #F1FFC8
Black with #F1FFC8
Text Example
Text Example
White with #F1FFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFC8; }
p { color: rgb(241,255,200); }
H1.HeaderClassName
{
color: #F1FFC8;
}
.AnyTagClassName
{
color: #F1FFC8;
}
</style>
background-color css
<style>
a { background-color: #F1FFC8; }
a { background-color: rgb(241,255,200); }
div.DivClassName
{
background-color: #F1FFC8;
}
.BgClassName
{
background-color: #F1FFC8;
}
</style>
border-color css
<style>
span { border-color: #F1FFC8; }
span { border-color: rgb(241,255,200); }
td.TdClassName
{
border-color: #F1FFC8;
}
.TagClassName
{
border-color: #F1FFC8;
}
</style>