Shades of Snow Flurry #F2FFCA
Tints of Snow Flurry #F2FFCA
RGB
CMYK
RGB Variations
Color information
#F2FFCA (or 0xF2FFCA) is known color: Snow Flurry. HEX triplet: F2, FF and CA. RGB value is (242,255,202). Sum of RGB (Red+Green+Blue) = 242+255+202=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 202 (79.30% from 255 or 28.90% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFCA is #0D0035. Grayscale: #F5F5F5. Windows color (decimal): -852022 or 13303794. OLE color: 13303794.
HSL color Cylindrical-coordinate representation of color #F2FFCA: hue angle of 74.72º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2FFCA is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 255 | 202 | - |
CMYK | 0.05 | 0 | 0.21 | 0 |
HSL | 74.72º | 1% | 0.9% | - |
HSV(B) | 74.72º | 0.21% | 1% | - |
XYZ | 83.04 | 94.66 | 69.77 | - |
YUV | 245.07 | 103.69 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 255 | 202 | 0.05 | 0 | 0.21 | 0 | 74.72 | 1 | 0.9 |
Hex | F2 | FF | CA | 5 | 0 | 15 | 0 | 4B | 64 | 5A |
Octal | 362 | 377 | 312 | 5 | 0 | 25 | 0 | 113 | 144 | 132 |
Binary | 11110010 | 11111111 | 11001010 | 101 | 0 | 10101 | 0 | 1001011 | 1100100 | 1011010 |
Color Harmonies of #F2FFCA
Complementary color
Monochromatic Colors of #F2FFCA
Black with #F2FFCA
Text Example
Text Example
White with #F2FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFCA; }
p { color: rgb(242,255,202); }
H1.HeaderClassName
{
color: #F2FFCA;
}
.AnyTagClassName
{
color: #F2FFCA;
}
</style>
background-color css
<style>
a { background-color: #F2FFCA; }
a { background-color: rgb(242,255,202); }
div.DivClassName
{
background-color: #F2FFCA;
}
.BgClassName
{
background-color: #F2FFCA;
}
</style>
border-color css
<style>
span { border-color: #F2FFCA; }
span { border-color: rgb(242,255,202); }
td.TdClassName
{
border-color: #F2FFCA;
}
.TagClassName
{
border-color: #F2FFCA;
}
</style>