Shades of Sugar Cane #F1F2E5
Tints of Sugar Cane #F1F2E5
RGB
CMYK
RGB Variations
Color information
#F1F2E5 (or 0xF1F2E5) is known color: Sugar Cane. HEX triplet: F1, F2 and E5. RGB value is (241,242,229). Sum of RGB (Red+Green+Blue) = 241+242+229=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2E5 is #0E0D1A. Grayscale: #F0F0F0. Windows color (decimal): -920859 or 15069937. OLE color: 15069937.
HSL color Cylindrical-coordinate representation of color #F1F2E5: hue angle of 64.62º 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 #F1F2E5 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 229 | - |
| CMYK | 0.00 | 0 | 0.05 | 0.05 |
| HSL | 64.62º | 0.33% | 0.92% | - |
| HSV(B) | 64.62º | 0.05% | 0.95% | - |
| XYZ | 82.17 | 87.86 | 86.76 | - |
| YUV | 240.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 229 | 0.00 | 0 | 0.05 | 0.05 | 64.62 | 0.33 | 0.92 |
| Hex | F1 | F2 | E5 | 0 | 0 | 5 | 5 | 41 | 21 | 5C |
| Octal | 361 | 362 | 345 | 0 | 0 | 5 | 5 | 101 | 41 | 134 |
| Binary | 11110001 | 11110010 | 11100101 | 0 | 0 | 101 | 101 | 1000001 | 100001 | 1011100 |
Color Harmonies of #F1F2E5
Complementary color
Monochromatic Colors of #F1F2E5
Black with #F1F2E5
Text Example
Text Example
White with #F1F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2E5; }
p { color: rgb(241,242,229); }
H1.HeaderClassName
{
color: #F1F2E5;
}
.AnyTagClassName
{
color: #F1F2E5;
}
</style>
background-color css
<style>
a { background-color: #F1F2E5; }
a { background-color: rgb(241,242,229); }
div.DivClassName
{
background-color: #F1F2E5;
}
.BgClassName
{
background-color: #F1F2E5;
}
</style>
border-color css
<style>
span { border-color: #F1F2E5; }
span { border-color: rgb(241,242,229); }
td.TdClassName
{
border-color: #F1F2E5;
}
.TagClassName
{
border-color: #F1F2E5;
}
</style>