Shades of Snow Flurry #F2FFCB
Tints of Snow Flurry #F2FFCB
RGB
CMYK
RGB Variations
Color information
#F2FFCB (or 0xF2FFCB) is known color: Snow Flurry. HEX triplet: F2, FF and CB. RGB value is (242,255,203). Sum of RGB (Red+Green+Blue) = 242+255+203=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 203 (79.69% from 255 or 29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFCB is #0D0034. Grayscale: #F5F5F5. Windows color (decimal): -852021 or 13369330. OLE color: 13369330.
HSL color Cylindrical-coordinate representation of color #F2FFCB: hue angle of 75º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2FFCB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 203 | - |
| CMYK | 0.05 | 0 | 0.20 | 0 |
| HSL | 75º | 1% | 0.9% | - |
| HSV(B) | 75º | 0.2% | 1% | - |
| XYZ | 83.16 | 94.71 | 70.4 | - |
| YUV | 245.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 203 | 0.05 | 0 | 0.20 | 0 | 75 | 1 | 0.9 |
| Hex | F2 | FF | CB | 5 | 0 | 14 | 0 | 4B | 64 | 5A |
| Octal | 362 | 377 | 313 | 5 | 0 | 24 | 0 | 113 | 144 | 132 |
| Binary | 11110010 | 11111111 | 11001011 | 101 | 0 | 10100 | 0 | 1001011 | 1100100 | 1011010 |
Color Harmonies of #F2FFCB
Complementary color
Monochromatic Colors of #F2FFCB
Black with #F2FFCB
Text Example
Text Example
White with #F2FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFCB; }
p { color: rgb(242,255,203); }
H1.HeaderClassName
{
color: #F2FFCB;
}
.AnyTagClassName
{
color: #F2FFCB;
}
</style>
background-color css
<style>
a { background-color: #F2FFCB; }
a { background-color: rgb(242,255,203); }
div.DivClassName
{
background-color: #F2FFCB;
}
.BgClassName
{
background-color: #F2FFCB;
}
</style>
border-color css
<style>
span { border-color: #F2FFCB; }
span { border-color: rgb(242,255,203); }
td.TdClassName
{
border-color: #F2FFCB;
}
.TagClassName
{
border-color: #F2FFCB;
}
</style>