Shades of Snow Flurry #F0FFBF
Tints of Snow Flurry #F0FFBF
RGB
CMYK
RGB Variations
Color information
#F0FFBF (or 0xF0FFBF) is known color: Snow Flurry. HEX triplet: F0, FF and BF. RGB value is (240,255,191). Sum of RGB (Red+Green+Blue) = 240+255+191=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 191 (75% from 255 or 27.84% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFBF is #0F0040. Grayscale: #F3F3F3. Windows color (decimal): -983105 or 12582896. OLE color: 12582896.
HSL color Cylindrical-coordinate representation of color #F0FFBF: hue angle of 74.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0FFBF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 191 | - |
| CMYK | 0.06 | 0 | 0.25 | 0 |
| HSL | 74.06º | 1% | 0.87% | - |
| HSV(B) | 74.06º | 0.25% | 1% | - |
| XYZ | 81.1 | 93.81 | 63.12 | - |
| YUV | 243.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 191 | 0.06 | 0 | 0.25 | 0 | 74.06 | 1 | 0.87 |
| Hex | F0 | FF | BF | 6 | 0 | 19 | 0 | 4A | 64 | 57 |
| Octal | 360 | 377 | 277 | 6 | 0 | 31 | 0 | 112 | 144 | 127 |
| Binary | 11110000 | 11111111 | 10111111 | 110 | 0 | 11001 | 0 | 1001010 | 1100100 | 1010111 |
Color Harmonies of #F0FFBF
Complementary color
Monochromatic Colors of #F0FFBF
Black with #F0FFBF
Text Example
Text Example
White with #F0FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFBF; }
p { color: rgb(240,255,191); }
H1.HeaderClassName
{
color: #F0FFBF;
}
.AnyTagClassName
{
color: #F0FFBF;
}
</style>
background-color css
<style>
a { background-color: #F0FFBF; }
a { background-color: rgb(240,255,191); }
div.DivClassName
{
background-color: #F0FFBF;
}
.BgClassName
{
background-color: #F0FFBF;
}
</style>
border-color css
<style>
span { border-color: #F0FFBF; }
span { border-color: rgb(240,255,191); }
td.TdClassName
{
border-color: #F0FFBF;
}
.TagClassName
{
border-color: #F0FFBF;
}
</style>