Shades of Sugar Cane #F1F1EC
Tints of Sugar Cane #F1F1EC
RGB
CMYK
RGB Variations
Color information
#F1F1EC (or 0xF1F1EC) is known color: Sugar Cane. HEX triplet: F1, F1 and EC. RGB value is (241,241,236). Sum of RGB (Red+Green+Blue) = 241+241+236=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F1EC is #0E0E13. Grayscale: #F0F0F0. Windows color (decimal): -921108 or 15528433. OLE color: 15528433.
HSL color Cylindrical-coordinate representation of color #F1F1EC: hue angle of 60º degrees, saturation: 0.15, 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 #F1F1EC is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 241 | 236 | - |
CMYK | 0 | 0 | 0.02 | 0.05 |
HSL | 60º | 0.15% | 0.94% | - |
HSV(B) | 60º | 0.02% | 0.95% | - |
XYZ | 82.87 | 87.67 | 91.91 | - |
YUV | 240.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 241 | 236 | 0 | 0 | 0.02 | 0.05 | 60 | 0.15 | 0.94 |
Hex | F1 | F1 | EC | 0 | 0 | 2 | 5 | 3C | F | 5E |
Octal | 361 | 361 | 354 | 0 | 0 | 2 | 5 | 74 | 17 | 136 |
Binary | 11110001 | 11110001 | 11101100 | 0 | 0 | 10 | 101 | 111100 | 1111 | 1011110 |
Color Harmonies of #F1F1EC
Complementary color
Monochromatic Colors of #F1F1EC
Black with #F1F1EC
Text Example
Text Example
White with #F1F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1EC; }
p { color: rgb(241,241,236); }
H1.HeaderClassName
{
color: #F1F1EC;
}
.AnyTagClassName
{
color: #F1F1EC;
}
</style>
background-color css
<style>
a { background-color: #F1F1EC; }
a { background-color: rgb(241,241,236); }
div.DivClassName
{
background-color: #F1F1EC;
}
.BgClassName
{
background-color: #F1F1EC;
}
</style>
border-color css
<style>
span { border-color: #F1F1EC; }
span { border-color: rgb(241,241,236); }
td.TdClassName
{
border-color: #F1F1EC;
}
.TagClassName
{
border-color: #F1F1EC;
}
</style>