Shades of Sugar Cane #F2F6DF
Tints of Sugar Cane #F2F6DF
RGB
CMYK
RGB Variations
Color information
#F2F6DF (or 0xF2F6DF) is known color: Sugar Cane. HEX triplet: F2, F6 and DF. RGB value is (242,246,223). Sum of RGB (Red+Green+Blue) = 242+246+223=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 246 (96.48% from 255 or 34.60% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6DF is #0D0920. Grayscale: #F2F2F2. Windows color (decimal): -854305 or 14677746. OLE color: 14677746.
HSL color Cylindrical-coordinate representation of color #F2F6DF: hue angle of 70.43º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2F6DF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 223 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.04 |
| HSL | 70.43º | 0.56% | 0.92% | - |
| HSV(B) | 70.43º | 0.09% | 0.96% | - |
| XYZ | 82.89 | 90.12 | 82.84 | - |
| YUV | 242.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 223 | 0.02 | 0 | 0.09 | 0.04 | 70.43 | 0.56 | 0.92 |
| Hex | F2 | F6 | DF | 2 | 0 | 9 | 4 | 46 | 38 | 5C |
| Octal | 362 | 366 | 337 | 2 | 0 | 11 | 4 | 106 | 70 | 134 |
| Binary | 11110010 | 11110110 | 11011111 | 10 | 0 | 1001 | 100 | 1000110 | 111000 | 1011100 |
Color Harmonies of #F2F6DF
Complementary color
Monochromatic Colors of #F2F6DF
Black with #F2F6DF
Text Example
Text Example
White with #F2F6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F6DF; }
p { color: rgb(242,246,223); }
H1.HeaderClassName
{
color: #F2F6DF;
}
.AnyTagClassName
{
color: #F2F6DF;
}
</style>
background-color css
<style>
a { background-color: #F2F6DF; }
a { background-color: rgb(242,246,223); }
div.DivClassName
{
background-color: #F2F6DF;
}
.BgClassName
{
background-color: #F2F6DF;
}
</style>
border-color css
<style>
span { border-color: #F2F6DF; }
span { border-color: rgb(242,246,223); }
td.TdClassName
{
border-color: #F2F6DF;
}
.TagClassName
{
border-color: #F2F6DF;
}
</style>