Shades of Sugar Cane #F0F2DF
Tints of Sugar Cane #F0F2DF
RGB
CMYK
RGB Variations
Color information
#F0F2DF (or 0xF0F2DF) is known color: Sugar Cane. HEX triplet: F0, F2 and DF. RGB value is (240,242,223). Sum of RGB (Red+Green+Blue) = 240+242+223=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2DF is #0F0D20. Grayscale: #EFEFEF. Windows color (decimal): -986401 or 14676720. OLE color: 14676720.
HSL color Cylindrical-coordinate representation of color #F0F2DF: hue angle of 66.32º 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 #F0F2DF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 223 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.05 |
| HSL | 66.32º | 0.42% | 0.91% | - |
| HSV(B) | 66.32º | 0.08% | 0.95% | - |
| XYZ | 81.01 | 87.36 | 82.4 | - |
| YUV | 239.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 223 | 0.01 | 0 | 0.08 | 0.05 | 66.32 | 0.42 | 0.91 |
| Hex | F0 | F2 | DF | 1 | 0 | 8 | 5 | 42 | 2A | 5B |
| Octal | 360 | 362 | 337 | 1 | 0 | 10 | 5 | 102 | 52 | 133 |
| Binary | 11110000 | 11110010 | 11011111 | 1 | 0 | 1000 | 101 | 1000010 | 101010 | 1011011 |
Color Harmonies of #F0F2DF
Complementary color
Monochromatic Colors of #F0F2DF
Black with #F0F2DF
Text Example
Text Example
White with #F0F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2DF; }
p { color: rgb(240,242,223); }
H1.HeaderClassName
{
color: #F0F2DF;
}
.AnyTagClassName
{
color: #F0F2DF;
}
</style>
background-color css
<style>
a { background-color: #F0F2DF; }
a { background-color: rgb(240,242,223); }
div.DivClassName
{
background-color: #F0F2DF;
}
.BgClassName
{
background-color: #F0F2DF;
}
</style>
border-color css
<style>
span { border-color: #F0F2DF; }
span { border-color: rgb(240,242,223); }
td.TdClassName
{
border-color: #F0F2DF;
}
.TagClassName
{
border-color: #F0F2DF;
}
</style>