Shades of Sugar Cane #F0F1D7
Tints of Sugar Cane #F0F1D7
RGB
CMYK
RGB Variations
Color information
#F0F1D7 (or 0xF0F1D7) is known color: Sugar Cane. HEX triplet: F0, F1 and D7. RGB value is (240,241,215). Sum of RGB (Red+Green+Blue) = 240+241+215=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1D7 is #0F0E28. Grayscale: #EDEDED. Windows color (decimal): -986665 or 14152176. OLE color: 14152176.
HSL color Cylindrical-coordinate representation of color #F0F1D7: hue angle of 62.31º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0F1D7 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 215 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.05 |
| HSL | 62.31º | 0.48% | 0.89% | - |
| HSV(B) | 62.31º | 0.11% | 0.95% | - |
| XYZ | 79.66 | 86.34 | 76.76 | - |
| YUV | 237.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 215 | 0.00 | 0 | 0.11 | 0.05 | 62.31 | 0.48 | 0.89 |
| Hex | F0 | F1 | D7 | 0 | 0 | B | 5 | 3E | 30 | 59 |
| Octal | 360 | 361 | 327 | 0 | 0 | 13 | 5 | 76 | 60 | 131 |
| Binary | 11110000 | 11110001 | 11010111 | 0 | 0 | 1011 | 101 | 111110 | 110000 | 1011001 |
Color Harmonies of #F0F1D7
Complementary color
Monochromatic Colors of #F0F1D7
Black with #F0F1D7
Text Example
Text Example
White with #F0F1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1D7; }
p { color: rgb(240,241,215); }
H1.HeaderClassName
{
color: #F0F1D7;
}
.AnyTagClassName
{
color: #F0F1D7;
}
</style>
background-color css
<style>
a { background-color: #F0F1D7; }
a { background-color: rgb(240,241,215); }
div.DivClassName
{
background-color: #F0F1D7;
}
.BgClassName
{
background-color: #F0F1D7;
}
</style>
border-color css
<style>
span { border-color: #F0F1D7; }
span { border-color: rgb(240,241,215); }
td.TdClassName
{
border-color: #F0F1D7;
}
.TagClassName
{
border-color: #F0F1D7;
}
</style>