Shades of Sugar Cane #F0F2D8
Tints of Sugar Cane #F0F2D8
RGB
CMYK
RGB Variations
Color information
#F0F2D8 (or 0xF0F2D8) is known color: Sugar Cane. HEX triplet: F0, F2 and D8. RGB value is (240,242,216). Sum of RGB (Red+Green+Blue) = 240+242+216=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2D8 is #0F0D27. Grayscale: #EEEEEE. Windows color (decimal): -986408 or 14217968. OLE color: 14217968.
HSL color Cylindrical-coordinate representation of color #F0F2D8: hue angle of 64.62º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0F2D8 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 216 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.05 |
| HSL | 64.62º | 0.5% | 0.9% | - |
| HSV(B) | 64.62º | 0.11% | 0.95% | - |
| XYZ | 80.08 | 86.99 | 77.54 | - |
| YUV | 238.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 216 | 0.01 | 0 | 0.11 | 0.05 | 64.62 | 0.5 | 0.9 |
| Hex | F0 | F2 | D8 | 1 | 0 | B | 5 | 41 | 32 | 5A |
| Octal | 360 | 362 | 330 | 1 | 0 | 13 | 5 | 101 | 62 | 132 |
| Binary | 11110000 | 11110010 | 11011000 | 1 | 0 | 1011 | 101 | 1000001 | 110010 | 1011010 |
Color Harmonies of #F0F2D8
Complementary color
Monochromatic Colors of #F0F2D8
Black with #F0F2D8
Text Example
Text Example
White with #F0F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2D8; }
p { color: rgb(240,242,216); }
H1.HeaderClassName
{
color: #F0F2D8;
}
.AnyTagClassName
{
color: #F0F2D8;
}
</style>
background-color css
<style>
a { background-color: #F0F2D8; }
a { background-color: rgb(240,242,216); }
div.DivClassName
{
background-color: #F0F2D8;
}
.BgClassName
{
background-color: #F0F2D8;
}
</style>
border-color css
<style>
span { border-color: #F0F2D8; }
span { border-color: rgb(240,242,216); }
td.TdClassName
{
border-color: #F0F2D8;
}
.TagClassName
{
border-color: #F0F2D8;
}
</style>