Shades of Sugar Cane #F0F1DE
Tints of Sugar Cane #F0F1DE
RGB
CMYK
RGB Variations
Color information
#F0F1DE (or 0xF0F1DE) is known color: Sugar Cane. HEX triplet: F0, F1 and DE. RGB value is (240,241,222). Sum of RGB (Red+Green+Blue) = 240+241+222=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1DE is #0F0E21. Grayscale: #EEEEEE. Windows color (decimal): -986658 or 14610928. OLE color: 14610928.
HSL color Cylindrical-coordinate representation of color #F0F1DE: hue angle of 63.16º degrees, saturation: 0.4, 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 #F0F1DE is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 222 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.05 |
| HSL | 63.16º | 0.4% | 0.91% | - |
| HSV(B) | 63.16º | 0.08% | 0.95% | - |
| XYZ | 80.58 | 86.71 | 81.6 | - |
| YUV | 238.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 222 | 0.00 | 0 | 0.08 | 0.05 | 63.16 | 0.4 | 0.91 |
| Hex | F0 | F1 | DE | 0 | 0 | 8 | 5 | 3F | 28 | 5B |
| Octal | 360 | 361 | 336 | 0 | 0 | 10 | 5 | 77 | 50 | 133 |
| Binary | 11110000 | 11110001 | 11011110 | 0 | 0 | 1000 | 101 | 111111 | 101000 | 1011011 |
Color Harmonies of #F0F1DE
Complementary color
Monochromatic Colors of #F0F1DE
Black with #F0F1DE
Text Example
Text Example
White with #F0F1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1DE; }
p { color: rgb(240,241,222); }
H1.HeaderClassName
{
color: #F0F1DE;
}
.AnyTagClassName
{
color: #F0F1DE;
}
</style>
background-color css
<style>
a { background-color: #F0F1DE; }
a { background-color: rgb(240,241,222); }
div.DivClassName
{
background-color: #F0F1DE;
}
.BgClassName
{
background-color: #F0F1DE;
}
</style>
border-color css
<style>
span { border-color: #F0F1DE; }
span { border-color: rgb(240,241,222); }
td.TdClassName
{
border-color: #F0F1DE;
}
.TagClassName
{
border-color: #F0F1DE;
}
</style>