Shades of Sugar Cane #F0F1E5
Tints of Sugar Cane #F0F1E5
RGB
CMYK
RGB Variations
Color information
#F0F1E5 (or 0xF0F1E5) is known color: Sugar Cane. HEX triplet: F0, F1 and E5. RGB value is (240,241,229). Sum of RGB (Red+Green+Blue) = 240+241+229=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 229 (89.84% from 255 or 32.25% from 710); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1E5 is #0F0E1A. Grayscale: #EFEFEF. Windows color (decimal): -986651 or 15069680. OLE color: 15069680.
HSL color Cylindrical-coordinate representation of color #F0F1E5: hue angle of 65º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0F1E5 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 229 | - |
| CMYK | 0.00 | 0 | 0.05 | 0.05 |
| HSL | 65º | 0.3% | 0.92% | - |
| HSV(B) | 65º | 0.05% | 0.95% | - |
| XYZ | 81.53 | 87.09 | 86.64 | - |
| YUV | 239.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 229 | 0.00 | 0 | 0.05 | 0.05 | 65 | 0.3 | 0.92 |
| Hex | F0 | F1 | E5 | 0 | 0 | 5 | 5 | 41 | 1E | 5C |
| Octal | 360 | 361 | 345 | 0 | 0 | 5 | 5 | 101 | 36 | 134 |
| Binary | 11110000 | 11110001 | 11100101 | 0 | 0 | 101 | 101 | 1000001 | 11110 | 1011100 |
Color Harmonies of #F0F1E5
Complementary color
Monochromatic Colors of #F0F1E5
Black with #F0F1E5
Text Example
Text Example
White with #F0F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1E5; }
p { color: rgb(240,241,229); }
H1.HeaderClassName
{
color: #F0F1E5;
}
.AnyTagClassName
{
color: #F0F1E5;
}
</style>
background-color css
<style>
a { background-color: #F0F1E5; }
a { background-color: rgb(240,241,229); }
div.DivClassName
{
background-color: #F0F1E5;
}
.BgClassName
{
background-color: #F0F1E5;
}
</style>
border-color css
<style>
span { border-color: #F0F1E5; }
span { border-color: rgb(240,241,229); }
td.TdClassName
{
border-color: #F0F1E5;
}
.TagClassName
{
border-color: #F0F1E5;
}
</style>