Shades of Sugar Cane #F1F1EA
Tints of Sugar Cane #F1F1EA
RGB
CMYK
RGB Variations
Color information
#F1F1EA (or 0xF1F1EA) is known color: Sugar Cane. HEX triplet: F1, F1 and EA. RGB value is (241,241,234). Sum of RGB (Red+Green+Blue) = 241+241+234=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F1EA is #0E0E15. Grayscale: #F0F0F0. Windows color (decimal): -921110 or 15397361. OLE color: 15397361.
HSL color Cylindrical-coordinate representation of color #F1F1EA: hue angle of 60º degrees, saturation: 0.2, 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 #F1F1EA is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 234 | - |
| CMYK | 0 | 0 | 0.03 | 0.05 |
| HSL | 60º | 0.2% | 0.93% | - |
| HSV(B) | 60º | 0.03% | 0.95% | - |
| XYZ | 82.58 | 87.55 | 90.39 | - |
| YUV | 240.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 234 | 0 | 0 | 0.03 | 0.05 | 60 | 0.2 | 0.93 |
| Hex | F1 | F1 | EA | 0 | 0 | 3 | 5 | 3C | 14 | 5D |
| Octal | 361 | 361 | 352 | 0 | 0 | 3 | 5 | 74 | 24 | 135 |
| Binary | 11110001 | 11110001 | 11101010 | 0 | 0 | 11 | 101 | 111100 | 10100 | 1011101 |
Color Harmonies of #F1F1EA
Complementary color
Monochromatic Colors of #F1F1EA
Black with #F1F1EA
Text Example
Text Example
White with #F1F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1EA; }
p { color: rgb(241,241,234); }
H1.HeaderClassName
{
color: #F1F1EA;
}
.AnyTagClassName
{
color: #F1F1EA;
}
</style>
background-color css
<style>
a { background-color: #F1F1EA; }
a { background-color: rgb(241,241,234); }
div.DivClassName
{
background-color: #F1F1EA;
}
.BgClassName
{
background-color: #F1F1EA;
}
</style>
border-color css
<style>
span { border-color: #F1F1EA; }
span { border-color: rgb(241,241,234); }
td.TdClassName
{
border-color: #F1F1EA;
}
.TagClassName
{
border-color: #F1F1EA;
}
</style>