Shades of Sugar Cane #F0F2D7
Tints of Sugar Cane #F0F2D7
RGB
CMYK
RGB Variations
Color information
#F0F2D7 (or 0xF0F2D7) is known color: Sugar Cane. HEX triplet: F0, F2 and D7. RGB value is (240,242,215). Sum of RGB (Red+Green+Blue) = 240+242+215=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 215 (84.38% from 255 or 30.85% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2D7 is #0F0D28. Grayscale: #EEEEEE. Windows color (decimal): -986409 or 14152432. OLE color: 14152432.
HSL color Cylindrical-coordinate representation of color #F0F2D7: hue angle of 64.44º degrees, saturation: 0.51, 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 #F0F2D7 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 215 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.05 |
| HSL | 64.44º | 0.51% | 0.9% | - |
| HSV(B) | 64.44º | 0.11% | 0.95% | - |
| XYZ | 79.95 | 86.94 | 76.86 | - |
| YUV | 238.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 215 | 0.01 | 0 | 0.11 | 0.05 | 64.44 | 0.51 | 0.9 |
| Hex | F0 | F2 | D7 | 1 | 0 | B | 5 | 40 | 33 | 5A |
| Octal | 360 | 362 | 327 | 1 | 0 | 13 | 5 | 100 | 63 | 132 |
| Binary | 11110000 | 11110010 | 11010111 | 1 | 0 | 1011 | 101 | 1000000 | 110011 | 1011010 |
Color Harmonies of #F0F2D7
Complementary color
Monochromatic Colors of #F0F2D7
Black with #F0F2D7
Text Example
Text Example
White with #F0F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2D7; }
p { color: rgb(240,242,215); }
H1.HeaderClassName
{
color: #F0F2D7;
}
.AnyTagClassName
{
color: #F0F2D7;
}
</style>
background-color css
<style>
a { background-color: #F0F2D7; }
a { background-color: rgb(240,242,215); }
div.DivClassName
{
background-color: #F0F2D7;
}
.BgClassName
{
background-color: #F0F2D7;
}
</style>
border-color css
<style>
span { border-color: #F0F2D7; }
span { border-color: rgb(240,242,215); }
td.TdClassName
{
border-color: #F0F2D7;
}
.TagClassName
{
border-color: #F0F2D7;
}
</style>