Shades of Sugar Cane #F0F4DE
Tints of Sugar Cane #F0F4DE
RGB
CMYK
RGB Variations
Color information
#F0F4DE (or 0xF0F4DE) is known color: Sugar Cane. HEX triplet: F0, F4 and DE. RGB value is (240,244,222). Sum of RGB (Red+Green+Blue) = 240+244+222=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 244 (95.70% from 255 or 34.56% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4DE is #0F0B21. Grayscale: #F0F0F0. Windows color (decimal): -985890 or 14611696. OLE color: 14611696.
HSL color Cylindrical-coordinate representation of color #F0F4DE: hue angle of 70.91º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0F4DE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 222 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.04 |
| HSL | 70.91º | 0.5% | 0.91% | - |
| HSV(B) | 70.91º | 0.09% | 0.96% | - |
| XYZ | 81.47 | 88.5 | 81.9 | - |
| YUV | 240.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 222 | 0.02 | 0 | 0.09 | 0.04 | 70.91 | 0.5 | 0.91 |
| Hex | F0 | F4 | DE | 2 | 0 | 9 | 4 | 47 | 32 | 5B |
| Octal | 360 | 364 | 336 | 2 | 0 | 11 | 4 | 107 | 62 | 133 |
| Binary | 11110000 | 11110100 | 11011110 | 10 | 0 | 1001 | 100 | 1000111 | 110010 | 1011011 |
Color Harmonies of #F0F4DE
Complementary color
Monochromatic Colors of #F0F4DE
Black with #F0F4DE
Text Example
Text Example
White with #F0F4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F4DE; }
p { color: rgb(240,244,222); }
H1.HeaderClassName
{
color: #F0F4DE;
}
.AnyTagClassName
{
color: #F0F4DE;
}
</style>
background-color css
<style>
a { background-color: #F0F4DE; }
a { background-color: rgb(240,244,222); }
div.DivClassName
{
background-color: #F0F4DE;
}
.BgClassName
{
background-color: #F0F4DE;
}
</style>
border-color css
<style>
span { border-color: #F0F4DE; }
span { border-color: rgb(240,244,222); }
td.TdClassName
{
border-color: #F0F4DE;
}
.TagClassName
{
border-color: #F0F4DE;
}
</style>