Shades of Sugar Cane #F0F3E2
Tints of Sugar Cane #F0F3E2
RGB
CMYK
RGB Variations
Color information
#F0F3E2 (or 0xF0F3E2) is known color: Sugar Cane. HEX triplet: F0, F3 and E2. RGB value is (240,243,226). Sum of RGB (Red+Green+Blue) = 240+243+226=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 226 (88.67% from 255 or 31.88% from 709); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3E2 is #0F0C1D. Grayscale: #F0F0F0. Windows color (decimal): -986142 or 14873584. OLE color: 14873584.
HSL color Cylindrical-coordinate representation of color #F0F3E2: hue angle of 70.59º degrees, saturation: 0.41, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0F3E2 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 226 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.05 |
| HSL | 70.59º | 0.41% | 0.92% | - |
| HSV(B) | 70.59º | 0.07% | 0.95% | - |
| XYZ | 81.71 | 88.12 | 84.65 | - |
| YUV | 240.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 226 | 0.01 | 0 | 0.07 | 0.05 | 70.59 | 0.41 | 0.92 |
| Hex | F0 | F3 | E2 | 1 | 0 | 7 | 5 | 47 | 29 | 5C |
| Octal | 360 | 363 | 342 | 1 | 0 | 7 | 5 | 107 | 51 | 134 |
| Binary | 11110000 | 11110011 | 11100010 | 1 | 0 | 111 | 101 | 1000111 | 101001 | 1011100 |
Color Harmonies of #F0F3E2
Complementary color
Monochromatic Colors of #F0F3E2
Black with #F0F3E2
Text Example
Text Example
White with #F0F3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3E2; }
p { color: rgb(240,243,226); }
H1.HeaderClassName
{
color: #F0F3E2;
}
.AnyTagClassName
{
color: #F0F3E2;
}
</style>
background-color css
<style>
a { background-color: #F0F3E2; }
a { background-color: rgb(240,243,226); }
div.DivClassName
{
background-color: #F0F3E2;
}
.BgClassName
{
background-color: #F0F3E2;
}
</style>
border-color css
<style>
span { border-color: #F0F3E2; }
span { border-color: rgb(240,243,226); }
td.TdClassName
{
border-color: #F0F3E2;
}
.TagClassName
{
border-color: #F0F3E2;
}
</style>