Shades of Sugar Cane #F2F2EA
Tints of Sugar Cane #F2F2EA
RGB
CMYK
RGB Variations
Color information
#F2F2EA (or 0xF2F2EA) is known color: Sugar Cane. HEX triplet: F2, F2 and EA. RGB value is (242,242,234). Sum of RGB (Red+Green+Blue) = 242+242+234=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2EA is #0D0D15. Grayscale: #F1F1F1. Windows color (decimal): -855318 or 15397618. OLE color: 15397618.
HSL color Cylindrical-coordinate representation of color #F2F2EA: hue angle of 60º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2F2EA is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 242 | 234 | - |
CMYK | 0 | 0 | 0.03 | 0.05 |
HSL | 60º | 0.24% | 0.93% | - |
HSV(B) | 60º | 0.03% | 0.95% | - |
XYZ | 83.22 | 88.32 | 90.5 | - |
YUV | 241.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 234 | 0 | 0 | 0.03 | 0.05 | 60 | 0.24 | 0.93 |
Hex | F2 | F2 | EA | 0 | 0 | 3 | 5 | 3C | 18 | 5D |
Octal | 362 | 362 | 352 | 0 | 0 | 3 | 5 | 74 | 30 | 135 |
Binary | 11110010 | 11110010 | 11101010 | 0 | 0 | 11 | 101 | 111100 | 11000 | 1011101 |
Color Harmonies of #F2F2EA
Complementary color
Monochromatic Colors of #F2F2EA
Black with #F2F2EA
Text Example
Text Example
White with #F2F2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2EA; }
p { color: rgb(242,242,234); }
H1.HeaderClassName
{
color: #F2F2EA;
}
.AnyTagClassName
{
color: #F2F2EA;
}
</style>
background-color css
<style>
a { background-color: #F2F2EA; }
a { background-color: rgb(242,242,234); }
div.DivClassName
{
background-color: #F2F2EA;
}
.BgClassName
{
background-color: #F2F2EA;
}
</style>
border-color css
<style>
span { border-color: #F2F2EA; }
span { border-color: rgb(242,242,234); }
td.TdClassName
{
border-color: #F2F2EA;
}
.TagClassName
{
border-color: #F2F2EA;
}
</style>