Shades of Sugar Cane #F0F2DC
Tints of Sugar Cane #F0F2DC
RGB
CMYK
RGB Variations
Color information
#F0F2DC (or 0xF0F2DC) is known color: Sugar Cane. HEX triplet: F0, F2 and DC. RGB value is (240,242,220). Sum of RGB (Red+Green+Blue) = 240+242+220=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2DC is #0F0D23. Grayscale: #EEEEEE. Windows color (decimal): -986404 or 14480112. OLE color: 14480112.
HSL color Cylindrical-coordinate representation of color #F0F2DC: hue angle of 65.45º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0F2DC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 220 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.05 |
| HSL | 65.45º | 0.46% | 0.91% | - |
| HSV(B) | 65.45º | 0.09% | 0.95% | - |
| XYZ | 80.61 | 87.2 | 80.29 | - |
| YUV | 238.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 220 | 0.01 | 0 | 0.09 | 0.05 | 65.45 | 0.46 | 0.91 |
| Hex | F0 | F2 | DC | 1 | 0 | 9 | 5 | 41 | 2E | 5B |
| Octal | 360 | 362 | 334 | 1 | 0 | 11 | 5 | 101 | 56 | 133 |
| Binary | 11110000 | 11110010 | 11011100 | 1 | 0 | 1001 | 101 | 1000001 | 101110 | 1011011 |
Color Harmonies of #F0F2DC
Complementary color
Monochromatic Colors of #F0F2DC
Black with #F0F2DC
Text Example
Text Example
White with #F0F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2DC; }
p { color: rgb(240,242,220); }
H1.HeaderClassName
{
color: #F0F2DC;
}
.AnyTagClassName
{
color: #F0F2DC;
}
</style>
background-color css
<style>
a { background-color: #F0F2DC; }
a { background-color: rgb(240,242,220); }
div.DivClassName
{
background-color: #F0F2DC;
}
.BgClassName
{
background-color: #F0F2DC;
}
</style>
border-color css
<style>
span { border-color: #F0F2DC; }
span { border-color: rgb(240,242,220); }
td.TdClassName
{
border-color: #F0F2DC;
}
.TagClassName
{
border-color: #F0F2DC;
}
</style>