Shades of Sugar Cane #F0F1DB
Tints of Sugar Cane #F0F1DB
RGB
CMYK
RGB Variations
Color information
#F0F1DB (or 0xF0F1DB) is known color: Sugar Cane. HEX triplet: F0, F1 and DB. RGB value is (240,241,219). Sum of RGB (Red+Green+Blue) = 240+241+219=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1DB is #0F0E24. Grayscale: #EEEEEE. Windows color (decimal): -986661 or 14414320. OLE color: 14414320.
HSL color Cylindrical-coordinate representation of color #F0F1DB: hue angle of 62.73º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0F1DB is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 219 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.05 |
| HSL | 62.73º | 0.44% | 0.9% | - |
| HSV(B) | 62.73º | 0.09% | 0.95% | - |
| XYZ | 80.18 | 86.55 | 79.5 | - |
| YUV | 238.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 219 | 0.00 | 0 | 0.09 | 0.05 | 62.73 | 0.44 | 0.9 |
| Hex | F0 | F1 | DB | 0 | 0 | 9 | 5 | 3F | 2C | 5A |
| Octal | 360 | 361 | 333 | 0 | 0 | 11 | 5 | 77 | 54 | 132 |
| Binary | 11110000 | 11110001 | 11011011 | 0 | 0 | 1001 | 101 | 111111 | 101100 | 1011010 |
Color Harmonies of #F0F1DB
Complementary color
Monochromatic Colors of #F0F1DB
Black with #F0F1DB
Text Example
Text Example
White with #F0F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1DB; }
p { color: rgb(240,241,219); }
H1.HeaderClassName
{
color: #F0F1DB;
}
.AnyTagClassName
{
color: #F0F1DB;
}
</style>
background-color css
<style>
a { background-color: #F0F1DB; }
a { background-color: rgb(240,241,219); }
div.DivClassName
{
background-color: #F0F1DB;
}
.BgClassName
{
background-color: #F0F1DB;
}
</style>
border-color css
<style>
span { border-color: #F0F1DB; }
span { border-color: rgb(240,241,219); }
td.TdClassName
{
border-color: #F0F1DB;
}
.TagClassName
{
border-color: #F0F1DB;
}
</style>