Shades of Snow Flurry #F0FCCD
Tints of Snow Flurry #F0FCCD
RGB
CMYK
RGB Variations
Color information
#F0FCCD (or 0xF0FCCD) is known color: Snow Flurry. HEX triplet: F0, FC and CD. RGB value is (240,252,205). Sum of RGB (Red+Green+Blue) = 240+252+205=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCD is #0F0332. Grayscale: #F3F3F3. Windows color (decimal): -983859 or 13499632. OLE color: 13499632.
HSL color Cylindrical-coordinate representation of color #F0FCCD: hue angle of 75.32º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0FCCD is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 252 | 205 | - |
CMYK | 0.05 | 0 | 0.19 | 0.01 |
HSL | 75.32º | 0.89% | 0.9% | - |
HSV(B) | 75.32º | 0.19% | 0.99% | - |
XYZ | 81.77 | 92.55 | 71.31 | - |
YUV | 243.05 | 106.52 | 125.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 252 | 205 | 0.05 | 0 | 0.19 | 0.01 | 75.32 | 0.89 | 0.9 |
Hex | F0 | FC | CD | 5 | 0 | 13 | 1 | 4B | 59 | 5A |
Octal | 360 | 374 | 315 | 5 | 0 | 23 | 1 | 113 | 131 | 132 |
Binary | 11110000 | 11111100 | 11001101 | 101 | 0 | 10011 | 1 | 1001011 | 1011001 | 1011010 |
Color Harmonies of #F0FCCD
Complementary color
Monochromatic Colors of #F0FCCD
Black with #F0FCCD
Text Example
Text Example
White with #F0FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCCD; }
p { color: rgb(240,252,205); }
H1.HeaderClassName
{
color: #F0FCCD;
}
.AnyTagClassName
{
color: #F0FCCD;
}
</style>
background-color css
<style>
a { background-color: #F0FCCD; }
a { background-color: rgb(240,252,205); }
div.DivClassName
{
background-color: #F0FCCD;
}
.BgClassName
{
background-color: #F0FCCD;
}
</style>
border-color css
<style>
span { border-color: #F0FCCD; }
span { border-color: rgb(240,252,205); }
td.TdClassName
{
border-color: #F0FCCD;
}
.TagClassName
{
border-color: #F0FCCD;
}
</style>