Shades of Sugar Cane #F0F2DA
Tints of Sugar Cane #F0F2DA
RGB
CMYK
RGB Variations
Color information
#F0F2DA (or 0xF0F2DA) is known color: Sugar Cane. HEX triplet: F0, F2 and DA. RGB value is (240,242,218). Sum of RGB (Red+Green+Blue) = 240+242+218=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2DA is #0F0D25. Grayscale: #EEEEEE. Windows color (decimal): -986406 or 14349040. OLE color: 14349040.
HSL color Cylindrical-coordinate representation of color #F0F2DA: hue angle of 65º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0F2DA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 218 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.05 |
| HSL | 65º | 0.48% | 0.9% | - |
| HSV(B) | 65º | 0.1% | 0.95% | - |
| XYZ | 80.34 | 87.09 | 78.91 | - |
| YUV | 238.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 218 | 0.01 | 0 | 0.10 | 0.05 | 65 | 0.48 | 0.9 |
| Hex | F0 | F2 | DA | 1 | 0 | A | 5 | 41 | 30 | 5A |
| Octal | 360 | 362 | 332 | 1 | 0 | 12 | 5 | 101 | 60 | 132 |
| Binary | 11110000 | 11110010 | 11011010 | 1 | 0 | 1010 | 101 | 1000001 | 110000 | 1011010 |
Color Harmonies of #F0F2DA
Complementary color
Monochromatic Colors of #F0F2DA
Black with #F0F2DA
Text Example
Text Example
White with #F0F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2DA; }
p { color: rgb(240,242,218); }
H1.HeaderClassName
{
color: #F0F2DA;
}
.AnyTagClassName
{
color: #F0F2DA;
}
</style>
background-color css
<style>
a { background-color: #F0F2DA; }
a { background-color: rgb(240,242,218); }
div.DivClassName
{
background-color: #F0F2DA;
}
.BgClassName
{
background-color: #F0F2DA;
}
</style>
border-color css
<style>
span { border-color: #F0F2DA; }
span { border-color: rgb(240,242,218); }
td.TdClassName
{
border-color: #F0F2DA;
}
.TagClassName
{
border-color: #F0F2DA;
}
</style>