Shades of Sugar Cane #F2F2E5
Tints of Sugar Cane #F2F2E5
RGB
CMYK
RGB Variations
Color information
#F2F2E5 (or 0xF2F2E5) is known color: Sugar Cane. HEX triplet: F2, F2 and E5. RGB value is (242,242,229). Sum of RGB (Red+Green+Blue) = 242+242+229=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2E5 is #0D0D1A. Grayscale: #F0F0F0. Windows color (decimal): -855323 or 15069938. OLE color: 15069938.
HSL color Cylindrical-coordinate representation of color #F2F2E5: hue angle of 60º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2F2E5 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 242 | 229 | - |
CMYK | 0 | 0 | 0.05 | 0.05 |
HSL | 60º | 0.33% | 0.92% | - |
HSV(B) | 60º | 0.05% | 0.95% | - |
XYZ | 82.51 | 88.04 | 86.77 | - |
YUV | 240.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 229 | 0 | 0 | 0.05 | 0.05 | 60 | 0.33 | 0.92 |
Hex | F2 | F2 | E5 | 0 | 0 | 5 | 5 | 3C | 21 | 5C |
Octal | 362 | 362 | 345 | 0 | 0 | 5 | 5 | 74 | 41 | 134 |
Binary | 11110010 | 11110010 | 11100101 | 0 | 0 | 101 | 101 | 111100 | 100001 | 1011100 |
Color Harmonies of #F2F2E5
Complementary color
Monochromatic Colors of #F2F2E5
Black with #F2F2E5
Text Example
Text Example
White with #F2F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2E5; }
p { color: rgb(242,242,229); }
H1.HeaderClassName
{
color: #F2F2E5;
}
.AnyTagClassName
{
color: #F2F2E5;
}
</style>
background-color css
<style>
a { background-color: #F2F2E5; }
a { background-color: rgb(242,242,229); }
div.DivClassName
{
background-color: #F2F2E5;
}
.BgClassName
{
background-color: #F2F2E5;
}
</style>
border-color css
<style>
span { border-color: #F2F2E5; }
span { border-color: rgb(242,242,229); }
td.TdClassName
{
border-color: #F2F2E5;
}
.TagClassName
{
border-color: #F2F2E5;
}
</style>