Shades of Sugar Cane #F0F4DD
Tints of Sugar Cane #F0F4DD
RGB
CMYK
RGB Variations
Color information
#F0F4DD (or 0xF0F4DD) is known color: Sugar Cane. HEX triplet: F0, F4 and DD. RGB value is (240,244,221). Sum of RGB (Red+Green+Blue) = 240+244+221=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4DD is #0F0B22. Grayscale: #F0F0F0. Windows color (decimal): -985891 or 14546160. OLE color: 14546160.
HSL color Cylindrical-coordinate representation of color #F0F4DD: hue angle of 70.43º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0F4DD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 221 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.04 |
| HSL | 70.43º | 0.51% | 0.91% | - |
| HSV(B) | 70.43º | 0.09% | 0.96% | - |
| XYZ | 81.34 | 88.45 | 81.19 | - |
| YUV | 240.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 221 | 0.02 | 0 | 0.09 | 0.04 | 70.43 | 0.51 | 0.91 |
| Hex | F0 | F4 | DD | 2 | 0 | 9 | 4 | 46 | 33 | 5B |
| Octal | 360 | 364 | 335 | 2 | 0 | 11 | 4 | 106 | 63 | 133 |
| Binary | 11110000 | 11110100 | 11011101 | 10 | 0 | 1001 | 100 | 1000110 | 110011 | 1011011 |
Color Harmonies of #F0F4DD
Complementary color
Monochromatic Colors of #F0F4DD
Black with #F0F4DD
Text Example
Text Example
White with #F0F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F4DD; }
p { color: rgb(240,244,221); }
H1.HeaderClassName
{
color: #F0F4DD;
}
.AnyTagClassName
{
color: #F0F4DD;
}
</style>
background-color css
<style>
a { background-color: #F0F4DD; }
a { background-color: rgb(240,244,221); }
div.DivClassName
{
background-color: #F0F4DD;
}
.BgClassName
{
background-color: #F0F4DD;
}
</style>
border-color css
<style>
span { border-color: #F0F4DD; }
span { border-color: rgb(240,244,221); }
td.TdClassName
{
border-color: #F0F4DD;
}
.TagClassName
{
border-color: #F0F4DD;
}
</style>