Shades of Sugar Cane #F2F2ED
Tints of Sugar Cane #F2F2ED
RGB
CMYK
RGB Variations
Color information
#F2F2ED (or 0xF2F2ED) is known color: Sugar Cane. HEX triplet: F2, F2 and ED. RGB value is (242,242,237). Sum of RGB (Red+Green+Blue) = 242+242+237=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 242 (94.92% from 255 or 33.56% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2ED is #0D0D12. Grayscale: #F1F1F1. Windows color (decimal): -855315 or 15594226. OLE color: 15594226.
HSL color Cylindrical-coordinate representation of color #F2F2ED: hue angle of 60º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2F2ED is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 242 | 237 | - |
CMYK | 0 | 0 | 0.02 | 0.05 |
HSL | 60º | 0.16% | 0.94% | - |
HSV(B) | 60º | 0.02% | 0.95% | - |
XYZ | 83.66 | 88.5 | 92.79 | - |
YUV | 241.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 237 | 0 | 0 | 0.02 | 0.05 | 60 | 0.16 | 0.94 |
Hex | F2 | F2 | ED | 0 | 0 | 2 | 5 | 3C | 10 | 5E |
Octal | 362 | 362 | 355 | 0 | 0 | 2 | 5 | 74 | 20 | 136 |
Binary | 11110010 | 11110010 | 11101101 | 0 | 0 | 10 | 101 | 111100 | 10000 | 1011110 |
Color Harmonies of #F2F2ED
Complementary color
Monochromatic Colors of #F2F2ED
Black with #F2F2ED
Text Example
Text Example
White with #F2F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2ED; }
p { color: rgb(242,242,237); }
H1.HeaderClassName
{
color: #F2F2ED;
}
.AnyTagClassName
{
color: #F2F2ED;
}
</style>
background-color css
<style>
a { background-color: #F2F2ED; }
a { background-color: rgb(242,242,237); }
div.DivClassName
{
background-color: #F2F2ED;
}
.BgClassName
{
background-color: #F2F2ED;
}
</style>
border-color css
<style>
span { border-color: #F2F2ED; }
span { border-color: rgb(242,242,237); }
td.TdClassName
{
border-color: #F2F2ED;
}
.TagClassName
{
border-color: #F2F2ED;
}
</style>