Shades of Sugar Cane #F0F1D8
Tints of Sugar Cane #F0F1D8
RGB
CMYK
RGB Variations
Color information
#F0F1D8 (or 0xF0F1D8) is known color: Sugar Cane. HEX triplet: F0, F1 and D8. RGB value is (240,241,216). Sum of RGB (Red+Green+Blue) = 240+241+216=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1D8 is #0F0E27. Grayscale: #EDEDED. Windows color (decimal): -986664 or 14217712. OLE color: 14217712.
HSL color Cylindrical-coordinate representation of color #F0F1D8: hue angle of 62.4º degrees, saturation: 0.47, 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 #F0F1D8 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 216 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.05 |
| HSL | 62.4º | 0.47% | 0.9% | - |
| HSV(B) | 62.4º | 0.1% | 0.95% | - |
| XYZ | 79.79 | 86.39 | 77.44 | - |
| YUV | 237.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 216 | 0.00 | 0 | 0.10 | 0.05 | 62.4 | 0.47 | 0.9 |
| Hex | F0 | F1 | D8 | 0 | 0 | A | 5 | 3E | 2F | 5A |
| Octal | 360 | 361 | 330 | 0 | 0 | 12 | 5 | 76 | 57 | 132 |
| Binary | 11110000 | 11110001 | 11011000 | 0 | 0 | 1010 | 101 | 111110 | 101111 | 1011010 |
Color Harmonies of #F0F1D8
Complementary color
Monochromatic Colors of #F0F1D8
Black with #F0F1D8
Text Example
Text Example
White with #F0F1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1D8; }
p { color: rgb(240,241,216); }
H1.HeaderClassName
{
color: #F0F1D8;
}
.AnyTagClassName
{
color: #F0F1D8;
}
</style>
background-color css
<style>
a { background-color: #F0F1D8; }
a { background-color: rgb(240,241,216); }
div.DivClassName
{
background-color: #F0F1D8;
}
.BgClassName
{
background-color: #F0F1D8;
}
</style>
border-color css
<style>
span { border-color: #F0F1D8; }
span { border-color: rgb(240,241,216); }
td.TdClassName
{
border-color: #F0F1D8;
}
.TagClassName
{
border-color: #F0F1D8;
}
</style>