Shades of Sugar Cane #F0F3DD
Tints of Sugar Cane #F0F3DD
RGB
CMYK
RGB Variations
Color information
#F0F3DD (or 0xF0F3DD) is known color: Sugar Cane. HEX triplet: F0, F3 and DD. RGB value is (240,243,221). Sum of RGB (Red+Green+Blue) = 240+243+221=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3DD is #0F0C22. Grayscale: #EFEFEF. Windows color (decimal): -986147 or 14545904. OLE color: 14545904.
HSL color Cylindrical-coordinate representation of color #F0F3DD: hue angle of 68.18º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0F3DD is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 221 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.05 |
| HSL | 68.18º | 0.48% | 0.91% | - |
| HSV(B) | 68.18º | 0.09% | 0.95% | - |
| XYZ | 81.04 | 87.85 | 81.09 | - |
| YUV | 239.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 221 | 0.01 | 0 | 0.09 | 0.05 | 68.18 | 0.48 | 0.91 |
| Hex | F0 | F3 | DD | 1 | 0 | 9 | 5 | 44 | 30 | 5B |
| Octal | 360 | 363 | 335 | 1 | 0 | 11 | 5 | 104 | 60 | 133 |
| Binary | 11110000 | 11110011 | 11011101 | 1 | 0 | 1001 | 101 | 1000100 | 110000 | 1011011 |
Color Harmonies of #F0F3DD
Complementary color
Monochromatic Colors of #F0F3DD
Black with #F0F3DD
Text Example
Text Example
White with #F0F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3DD; }
p { color: rgb(240,243,221); }
H1.HeaderClassName
{
color: #F0F3DD;
}
.AnyTagClassName
{
color: #F0F3DD;
}
</style>
background-color css
<style>
a { background-color: #F0F3DD; }
a { background-color: rgb(240,243,221); }
div.DivClassName
{
background-color: #F0F3DD;
}
.BgClassName
{
background-color: #F0F3DD;
}
</style>
border-color css
<style>
span { border-color: #F0F3DD; }
span { border-color: rgb(240,243,221); }
td.TdClassName
{
border-color: #F0F3DD;
}
.TagClassName
{
border-color: #F0F3DD;
}
</style>