Shades of Sugar Cane #F2F4DF
Tints of Sugar Cane #F2F4DF
RGB
CMYK
RGB Variations
Color information
#F2F4DF (or 0xF2F4DF) is known color: Sugar Cane. HEX triplet: F2, F4 and DF. RGB value is (242,244,223). Sum of RGB (Red+Green+Blue) = 242+244+223=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 244 (95.70% from 255 or 34.41% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F4DF is #0D0B20. Grayscale: #F1F1F1. Windows color (decimal): -854817 or 14677234. OLE color: 14677234.
HSL color Cylindrical-coordinate representation of color #F2F4DF: hue angle of 65.71º degrees, saturation: 0.49, 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 #F2F4DF is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 223 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.04 |
| HSL | 65.71º | 0.49% | 0.92% | - |
| HSV(B) | 65.71º | 0.09% | 0.96% | - |
| XYZ | 82.29 | 88.91 | 82.64 | - |
| YUV | 241.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 223 | 0.01 | 0 | 0.09 | 0.04 | 65.71 | 0.49 | 0.92 |
| Hex | F2 | F4 | DF | 1 | 0 | 9 | 4 | 42 | 31 | 5C |
| Octal | 362 | 364 | 337 | 1 | 0 | 11 | 4 | 102 | 61 | 134 |
| Binary | 11110010 | 11110100 | 11011111 | 1 | 0 | 1001 | 100 | 1000010 | 110001 | 1011100 |
Color Harmonies of #F2F4DF
Complementary color
Monochromatic Colors of #F2F4DF
Black with #F2F4DF
Text Example
Text Example
White with #F2F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4DF; }
p { color: rgb(242,244,223); }
H1.HeaderClassName
{
color: #F2F4DF;
}
.AnyTagClassName
{
color: #F2F4DF;
}
</style>
background-color css
<style>
a { background-color: #F2F4DF; }
a { background-color: rgb(242,244,223); }
div.DivClassName
{
background-color: #F2F4DF;
}
.BgClassName
{
background-color: #F2F4DF;
}
</style>
border-color css
<style>
span { border-color: #F2F4DF; }
span { border-color: rgb(242,244,223); }
td.TdClassName
{
border-color: #F2F4DF;
}
.TagClassName
{
border-color: #F2F4DF;
}
</style>