Shades of Snow Flurry #F0FDCB
Tints of Snow Flurry #F0FDCB
RGB
CMYK
RGB Variations
Color information
#F0FDCB (or 0xF0FDCB) is known color: Snow Flurry. HEX triplet: F0, FD and CB. RGB value is (240,253,203). Sum of RGB (Red+Green+Blue) = 240+253+203=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDCB is #0F0234. Grayscale: #F3F3F3. Windows color (decimal): -983605 or 13368816. OLE color: 13368816.
HSL color Cylindrical-coordinate representation of color #F0FDCB: hue angle of 75.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0FDCB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 203 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.01 |
| HSL | 75.6º | 0.93% | 0.89% | - |
| HSV(B) | 75.6º | 0.2% | 0.99% | - |
| XYZ | 81.84 | 93.09 | 70.15 | - |
| YUV | 243.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 203 | 0.05 | 0 | 0.20 | 0.01 | 75.6 | 0.93 | 0.89 |
| Hex | F0 | FD | CB | 5 | 0 | 14 | 1 | 4C | 5D | 59 |
| Octal | 360 | 375 | 313 | 5 | 0 | 24 | 1 | 114 | 135 | 131 |
| Binary | 11110000 | 11111101 | 11001011 | 101 | 0 | 10100 | 1 | 1001100 | 1011101 | 1011001 |
Color Harmonies of #F0FDCB
Complementary color
Monochromatic Colors of #F0FDCB
Black with #F0FDCB
Text Example
Text Example
White with #F0FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDCB; }
p { color: rgb(240,253,203); }
H1.HeaderClassName
{
color: #F0FDCB;
}
.AnyTagClassName
{
color: #F0FDCB;
}
</style>
background-color css
<style>
a { background-color: #F0FDCB; }
a { background-color: rgb(240,253,203); }
div.DivClassName
{
background-color: #F0FDCB;
}
.BgClassName
{
background-color: #F0FDCB;
}
</style>
border-color css
<style>
span { border-color: #F0FDCB; }
span { border-color: rgb(240,253,203); }
td.TdClassName
{
border-color: #F0FDCB;
}
.TagClassName
{
border-color: #F0FDCB;
}
</style>