Shades of Snow Flurry #F1FED4
Tints of Snow Flurry #F1FED4
RGB
CMYK
RGB Variations
Color information
#F1FED4 (or 0xF1FED4) is known color: Snow Flurry. HEX triplet: F1, FE and D4. RGB value is (241,254,212). Sum of RGB (Red+Green+Blue) = 241+254+212=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 212 (83.20% from 255 or 29.99% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FED4 is #0E012B. Grayscale: #F5F5F5. Windows color (decimal): -917804 or 13958897. OLE color: 13958897.
HSL color Cylindrical-coordinate representation of color #F1FED4: hue angle of 78.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1FED4 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 212 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.00 |
| HSL | 78.57º | 0.95% | 0.91% | - |
| HSV(B) | 78.57º | 0.17% | 1% | - |
| XYZ | 83.6 | 94.34 | 76.09 | - |
| YUV | 245.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 212 | 0.05 | 0 | 0.17 | 0.00 | 78.57 | 0.95 | 0.91 |
| Hex | F1 | FE | D4 | 5 | 0 | 11 | 0 | 4F | 5F | 5B |
| Octal | 361 | 376 | 324 | 5 | 0 | 21 | 0 | 117 | 137 | 133 |
| Binary | 11110001 | 11111110 | 11010100 | 101 | 0 | 10001 | 0 | 1001111 | 1011111 | 1011011 |
Color Harmonies of #F1FED4
Complementary color
Monochromatic Colors of #F1FED4
Black with #F1FED4
Text Example
Text Example
White with #F1FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FED4; }
p { color: rgb(241,254,212); }
H1.HeaderClassName
{
color: #F1FED4;
}
.AnyTagClassName
{
color: #F1FED4;
}
</style>
background-color css
<style>
a { background-color: #F1FED4; }
a { background-color: rgb(241,254,212); }
div.DivClassName
{
background-color: #F1FED4;
}
.BgClassName
{
background-color: #F1FED4;
}
</style>
border-color css
<style>
span { border-color: #F1FED4; }
span { border-color: rgb(241,254,212); }
td.TdClassName
{
border-color: #F1FED4;
}
.TagClassName
{
border-color: #F1FED4;
}
</style>