Shades of Sugar Cane #F2F2EC
Tints of Sugar Cane #F2F2EC
RGB
CMYK
RGB Variations
Color information
#F2F2EC (or 0xF2F2EC) is known color: Sugar Cane. HEX triplet: F2, F2 and EC. RGB value is (242,242,236). Sum of RGB (Red+Green+Blue) = 242+242+236=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2EC is #0D0D13. Grayscale: #F1F1F1. Windows color (decimal): -855316 or 15528690. OLE color: 15528690.
HSL color Cylindrical-coordinate representation of color #F2F2EC: hue angle of 60º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2F2EC is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 236 | - |
| CMYK | 0 | 0 | 0.02 | 0.05 |
| HSL | 60º | 0.19% | 0.94% | - |
| HSV(B) | 60º | 0.02% | 0.95% | - |
| XYZ | 83.51 | 88.44 | 92.03 | - |
| YUV | 241.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 236 | 0 | 0 | 0.02 | 0.05 | 60 | 0.19 | 0.94 |
| Hex | F2 | F2 | EC | 0 | 0 | 2 | 5 | 3C | 13 | 5E |
| Octal | 362 | 362 | 354 | 0 | 0 | 2 | 5 | 74 | 23 | 136 |
| Binary | 11110010 | 11110010 | 11101100 | 0 | 0 | 10 | 101 | 111100 | 10011 | 1011110 |
Color Harmonies of #F2F2EC
Complementary color
Monochromatic Colors of #F2F2EC
Black with #F2F2EC
Text Example
Text Example
White with #F2F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2EC; }
p { color: rgb(242,242,236); }
H1.HeaderClassName
{
color: #F2F2EC;
}
.AnyTagClassName
{
color: #F2F2EC;
}
</style>
background-color css
<style>
a { background-color: #F2F2EC; }
a { background-color: rgb(242,242,236); }
div.DivClassName
{
background-color: #F2F2EC;
}
.BgClassName
{
background-color: #F2F2EC;
}
</style>
border-color css
<style>
span { border-color: #F2F2EC; }
span { border-color: rgb(242,242,236); }
td.TdClassName
{
border-color: #F2F2EC;
}
.TagClassName
{
border-color: #F2F2EC;
}
</style>