Shades of Snow Flurry #F0FFC3
Tints of Snow Flurry #F0FFC3
RGB
CMYK
RGB Variations
Color information
#F0FFC3 (or 0xF0FFC3) is known color: Snow Flurry. HEX triplet: F0, FF and C3. RGB value is (240,255,195). Sum of RGB (Red+Green+Blue) = 240+255+195=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 195 (76.56% from 255 or 28.26% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFC3 is #0F003C. Grayscale: #F3F3F3. Windows color (decimal): -983101 or 12845040. OLE color: 12845040.
HSL color Cylindrical-coordinate representation of color #F0FFC3: hue angle of 75º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0FFC3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 195 | - |
| CMYK | 0.06 | 0 | 0.24 | 0 |
| HSL | 75º | 1% | 0.88% | - |
| HSV(B) | 75º | 0.24% | 1% | - |
| XYZ | 81.55 | 93.99 | 65.47 | - |
| YUV | 243.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 195 | 0.06 | 0 | 0.24 | 0 | 75 | 1 | 0.88 |
| Hex | F0 | FF | C3 | 6 | 0 | 18 | 0 | 4B | 64 | 58 |
| Octal | 360 | 377 | 303 | 6 | 0 | 30 | 0 | 113 | 144 | 130 |
| Binary | 11110000 | 11111111 | 11000011 | 110 | 0 | 11000 | 0 | 1001011 | 1100100 | 1011000 |
Color Harmonies of #F0FFC3
Complementary color
Monochromatic Colors of #F0FFC3
Black with #F0FFC3
Text Example
Text Example
White with #F0FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFC3; }
p { color: rgb(240,255,195); }
H1.HeaderClassName
{
color: #F0FFC3;
}
.AnyTagClassName
{
color: #F0FFC3;
}
</style>
background-color css
<style>
a { background-color: #F0FFC3; }
a { background-color: rgb(240,255,195); }
div.DivClassName
{
background-color: #F0FFC3;
}
.BgClassName
{
background-color: #F0FFC3;
}
</style>
border-color css
<style>
span { border-color: #F0FFC3; }
span { border-color: rgb(240,255,195); }
td.TdClassName
{
border-color: #F0FFC3;
}
.TagClassName
{
border-color: #F0FFC3;
}
</style>