Shades of Sugar Cane #F0F3DB
Tints of Sugar Cane #F0F3DB
RGB
CMYK
RGB Variations
Color information
#F0F3DB (or 0xF0F3DB) is known color: Sugar Cane. HEX triplet: F0, F3 and DB. RGB value is (240,243,219). Sum of RGB (Red+Green+Blue) = 240+243+219=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3DB is #0F0C24. Grayscale: #EFEFEF. Windows color (decimal): -986149 or 14414832. OLE color: 14414832.
HSL color Cylindrical-coordinate representation of color #F0F3DB: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0F3DB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 219 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.05 |
| HSL | 67.5º | 0.5% | 0.91% | - |
| HSV(B) | 67.5º | 0.1% | 0.95% | - |
| XYZ | 80.77 | 87.74 | 79.7 | - |
| YUV | 239.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 219 | 0.01 | 0 | 0.10 | 0.05 | 67.5 | 0.5 | 0.91 |
| Hex | F0 | F3 | DB | 1 | 0 | A | 5 | 44 | 32 | 5B |
| Octal | 360 | 363 | 333 | 1 | 0 | 12 | 5 | 104 | 62 | 133 |
| Binary | 11110000 | 11110011 | 11011011 | 1 | 0 | 1010 | 101 | 1000100 | 110010 | 1011011 |
Color Harmonies of #F0F3DB
Complementary color
Monochromatic Colors of #F0F3DB
Black with #F0F3DB
Text Example
Text Example
White with #F0F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3DB; }
p { color: rgb(240,243,219); }
H1.HeaderClassName
{
color: #F0F3DB;
}
.AnyTagClassName
{
color: #F0F3DB;
}
</style>
background-color css
<style>
a { background-color: #F0F3DB; }
a { background-color: rgb(240,243,219); }
div.DivClassName
{
background-color: #F0F3DB;
}
.BgClassName
{
background-color: #F0F3DB;
}
</style>
border-color css
<style>
span { border-color: #F0F3DB; }
span { border-color: rgb(240,243,219); }
td.TdClassName
{
border-color: #F0F3DB;
}
.TagClassName
{
border-color: #F0F3DB;
}
</style>