Shades of Sugar Cane #F0F0EC
Tints of Sugar Cane #F0F0EC
RGB
CMYK
RGB Variations
Color information
#F0F0EC (or 0xF0F0EC) is known color: Sugar Cane. HEX triplet: F0, F0 and EC. RGB value is (240,240,236). Sum of RGB (Red+Green+Blue) = 240+240+236=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0EC is #0F0F13. Grayscale: #EFEFEF. Windows color (decimal): -986900 or 15528176. OLE color: 15528176.
HSL color Cylindrical-coordinate representation of color #F0F0EC: hue angle of 60º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0F0EC is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 240 | 236 | - |
CMYK | 0 | 0 | 0.02 | 0.06 |
HSL | 60º | 0.12% | 0.93% | - |
HSV(B) | 60º | 0.02% | 0.94% | - |
XYZ | 82.24 | 86.9 | 91.8 | - |
YUV | 239.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 240 | 236 | 0 | 0 | 0.02 | 0.06 | 60 | 0.12 | 0.93 |
Hex | F0 | F0 | EC | 0 | 0 | 2 | 6 | 3C | C | 5D |
Octal | 360 | 360 | 354 | 0 | 0 | 2 | 6 | 74 | 14 | 135 |
Binary | 11110000 | 11110000 | 11101100 | 0 | 0 | 10 | 110 | 111100 | 1100 | 1011101 |
Color Harmonies of #F0F0EC
Complementary color
Monochromatic Colors of #F0F0EC
Black with #F0F0EC
Text Example
Text Example
White with #F0F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0EC; }
p { color: rgb(240,240,236); }
H1.HeaderClassName
{
color: #F0F0EC;
}
.AnyTagClassName
{
color: #F0F0EC;
}
</style>
background-color css
<style>
a { background-color: #F0F0EC; }
a { background-color: rgb(240,240,236); }
div.DivClassName
{
background-color: #F0F0EC;
}
.BgClassName
{
background-color: #F0F0EC;
}
</style>
border-color css
<style>
span { border-color: #F0F0EC; }
span { border-color: rgb(240,240,236); }
td.TdClassName
{
border-color: #F0F0EC;
}
.TagClassName
{
border-color: #F0F0EC;
}
</style>