Shades of Snow Flurry #F1FFD2
Tints of Snow Flurry #F1FFD2
RGB
CMYK
RGB Variations
Color information
#F1FFD2 (or 0xF1FFD2) is known color: Snow Flurry. HEX triplet: F1, FF and D2. RGB value is (241,255,210). Sum of RGB (Red+Green+Blue) = 241+255+210=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 210 (82.42% from 255 or 29.75% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFD2 is #0E002D. Grayscale: #F5F5F5. Windows color (decimal): -917550 or 13828081. OLE color: 13828081.
HSL color Cylindrical-coordinate representation of color #F1FFD2: hue angle of 78.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1FFD2 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 210 | - |
| CMYK | 0.05 | 0 | 0.18 | 0 |
| HSL | 78.67º | 1% | 0.91% | - |
| HSV(B) | 78.67º | 0.18% | 1% | - |
| XYZ | 83.67 | 94.87 | 74.88 | - |
| YUV | 245.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 210 | 0.05 | 0 | 0.18 | 0 | 78.67 | 1 | 0.91 |
| Hex | F1 | FF | D2 | 5 | 0 | 12 | 0 | 4F | 64 | 5B |
| Octal | 361 | 377 | 322 | 5 | 0 | 22 | 0 | 117 | 144 | 133 |
| Binary | 11110001 | 11111111 | 11010010 | 101 | 0 | 10010 | 0 | 1001111 | 1100100 | 1011011 |
Color Harmonies of #F1FFD2
Complementary color
Monochromatic Colors of #F1FFD2
Black with #F1FFD2
Text Example
Text Example
White with #F1FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFD2; }
p { color: rgb(241,255,210); }
H1.HeaderClassName
{
color: #F1FFD2;
}
.AnyTagClassName
{
color: #F1FFD2;
}
</style>
background-color css
<style>
a { background-color: #F1FFD2; }
a { background-color: rgb(241,255,210); }
div.DivClassName
{
background-color: #F1FFD2;
}
.BgClassName
{
background-color: #F1FFD2;
}
</style>
border-color css
<style>
span { border-color: #F1FFD2; }
span { border-color: rgb(241,255,210); }
td.TdClassName
{
border-color: #F1FFD2;
}
.TagClassName
{
border-color: #F1FFD2;
}
</style>