Shades of Sugar Cane #F4F5E5
Tints of Sugar Cane #F4F5E5
RGB
CMYK
RGB Variations
Color information
#F4F5E5 (or 0xF4F5E5) is known color: Sugar Cane. HEX triplet: F4, F5 and E5. RGB value is (244,245,229). Sum of RGB (Red+Green+Blue) = 244+245+229=718 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.98% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F5E5 is #0B0A1A. Grayscale: #F2F2F2. Windows color (decimal): -723483 or 15070708. OLE color: 15070708.
HSL color Cylindrical-coordinate representation of color #F4F5E5: hue angle of 63.75º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F4F5E5 is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 245 | 229 | - |
CMYK | 0.00 | 0 | 0.07 | 0.04 |
HSL | 63.75º | 0.44% | 0.93% | - |
HSV(B) | 63.75º | 0.07% | 0.96% | - |
XYZ | 84.1 | 90.2 | 87.11 | - |
YUV | 242.88 | 120.17 | 128.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 245 | 229 | 0.00 | 0 | 0.07 | 0.04 | 63.75 | 0.44 | 0.93 |
Hex | F4 | F5 | E5 | 0 | 0 | 7 | 4 | 40 | 2C | 5D |
Octal | 364 | 365 | 345 | 0 | 0 | 7 | 4 | 100 | 54 | 135 |
Binary | 11110100 | 11110101 | 11100101 | 0 | 0 | 111 | 100 | 1000000 | 101100 | 1011101 |
Color Harmonies of #F4F5E5
Complementary color
Monochromatic Colors of #F4F5E5
Black with #F4F5E5
Text Example
Text Example
White with #F4F5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F5E5; }
p { color: rgb(244,245,229); }
H1.HeaderClassName
{
color: #F4F5E5;
}
.AnyTagClassName
{
color: #F4F5E5;
}
</style>
background-color css
<style>
a { background-color: #F4F5E5; }
a { background-color: rgb(244,245,229); }
div.DivClassName
{
background-color: #F4F5E5;
}
.BgClassName
{
background-color: #F4F5E5;
}
</style>
border-color css
<style>
span { border-color: #F4F5E5; }
span { border-color: rgb(244,245,229); }
td.TdClassName
{
border-color: #F4F5E5;
}
.TagClassName
{
border-color: #F4F5E5;
}
</style>