Shades of Snow Flurry #F1FEC8
Tints of Snow Flurry #F1FEC8
RGB
CMYK
RGB Variations
Color information
#F1FEC8 (or 0xF1FEC8) is known color: Snow Flurry. HEX triplet: F1, FE and C8. RGB value is (241,254,200). Sum of RGB (Red+Green+Blue) = 241+254+200=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 200 (78.52% from 255 or 28.78% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEC8 is #0E0137. Grayscale: #F4F4F4. Windows color (decimal): -917816 or 13172465. OLE color: 13172465.
HSL color Cylindrical-coordinate representation of color #F1FEC8: hue angle of 74.44º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1FEC8 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 200 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.00 |
| HSL | 74.44º | 0.96% | 0.89% | - |
| HSV(B) | 74.44º | 0.21% | 1% | - |
| XYZ | 82.14 | 93.75 | 68.41 | - |
| YUV | 243.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 200 | 0.05 | 0 | 0.21 | 0.00 | 74.44 | 0.96 | 0.89 |
| Hex | F1 | FE | C8 | 5 | 0 | 15 | 0 | 4A | 60 | 59 |
| Octal | 361 | 376 | 310 | 5 | 0 | 25 | 0 | 112 | 140 | 131 |
| Binary | 11110001 | 11111110 | 11001000 | 101 | 0 | 10101 | 0 | 1001010 | 1100000 | 1011001 |
Color Harmonies of #F1FEC8
Complementary color
Monochromatic Colors of #F1FEC8
Black with #F1FEC8
Text Example
Text Example
White with #F1FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEC8; }
p { color: rgb(241,254,200); }
H1.HeaderClassName
{
color: #F1FEC8;
}
.AnyTagClassName
{
color: #F1FEC8;
}
</style>
background-color css
<style>
a { background-color: #F1FEC8; }
a { background-color: rgb(241,254,200); }
div.DivClassName
{
background-color: #F1FEC8;
}
.BgClassName
{
background-color: #F1FEC8;
}
</style>
border-color css
<style>
span { border-color: #F1FEC8; }
span { border-color: rgb(241,254,200); }
td.TdClassName
{
border-color: #F1FEC8;
}
.TagClassName
{
border-color: #F1FEC8;
}
</style>