Shades of Sugar Cane #F0F1DD
Tints of Sugar Cane #F0F1DD
RGB
CMYK
RGB Variations
Color information
#F0F1DD (or 0xF0F1DD) is known color: Sugar Cane. HEX triplet: F0, F1 and DD. RGB value is (240,241,221). Sum of RGB (Red+Green+Blue) = 240+241+221=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1DD is #0F0E22. Grayscale: #EEEEEE. Windows color (decimal): -986659 or 14545392. OLE color: 14545392.
HSL color Cylindrical-coordinate representation of color #F0F1DD: hue angle of 63º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0F1DD is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 221 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.05 |
| HSL | 63º | 0.42% | 0.91% | - |
| HSV(B) | 63º | 0.08% | 0.95% | - |
| XYZ | 80.44 | 86.66 | 80.89 | - |
| YUV | 238.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 221 | 0.00 | 0 | 0.08 | 0.05 | 63 | 0.42 | 0.91 |
| Hex | F0 | F1 | DD | 0 | 0 | 8 | 5 | 3F | 2A | 5B |
| Octal | 360 | 361 | 335 | 0 | 0 | 10 | 5 | 77 | 52 | 133 |
| Binary | 11110000 | 11110001 | 11011101 | 0 | 0 | 1000 | 101 | 111111 | 101010 | 1011011 |
Color Harmonies of #F0F1DD
Complementary color
Monochromatic Colors of #F0F1DD
Black with #F0F1DD
Text Example
Text Example
White with #F0F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1DD; }
p { color: rgb(240,241,221); }
H1.HeaderClassName
{
color: #F0F1DD;
}
.AnyTagClassName
{
color: #F0F1DD;
}
</style>
background-color css
<style>
a { background-color: #F0F1DD; }
a { background-color: rgb(240,241,221); }
div.DivClassName
{
background-color: #F0F1DD;
}
.BgClassName
{
background-color: #F0F1DD;
}
</style>
border-color css
<style>
span { border-color: #F0F1DD; }
span { border-color: rgb(240,241,221); }
td.TdClassName
{
border-color: #F0F1DD;
}
.TagClassName
{
border-color: #F0F1DD;
}
</style>