Shades of Sugar Cane #F1F2E6
Tints of Sugar Cane #F1F2E6
RGB
CMYK
RGB Variations
Color information
#F1F2E6 (or 0xF1F2E6) is known color: Sugar Cane. HEX triplet: F1, F2 and E6. RGB value is (241,242,230). Sum of RGB (Red+Green+Blue) = 241+242+230=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F2E6 is #0E0D19. Grayscale: #F0F0F0. Windows color (decimal): -920858 or 15135473. OLE color: 15135473.
HSL color Cylindrical-coordinate representation of color #F1F2E6: hue angle of 65º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1F2E6 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 230 | - |
| CMYK | 0.00 | 0 | 0.05 | 0.05 |
| HSL | 65º | 0.32% | 0.93% | - |
| HSV(B) | 65º | 0.05% | 0.95% | - |
| XYZ | 82.31 | 87.92 | 87.49 | - |
| YUV | 240.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 230 | 0.00 | 0 | 0.05 | 0.05 | 65 | 0.32 | 0.93 |
| Hex | F1 | F2 | E6 | 0 | 0 | 5 | 5 | 41 | 20 | 5D |
| Octal | 361 | 362 | 346 | 0 | 0 | 5 | 5 | 101 | 40 | 135 |
| Binary | 11110001 | 11110010 | 11100110 | 0 | 0 | 101 | 101 | 1000001 | 100000 | 1011101 |
Color Harmonies of #F1F2E6
Complementary color
Monochromatic Colors of #F1F2E6
Black with #F1F2E6
Text Example
Text Example
White with #F1F2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2E6; }
p { color: rgb(241,242,230); }
H1.HeaderClassName
{
color: #F1F2E6;
}
.AnyTagClassName
{
color: #F1F2E6;
}
</style>
background-color css
<style>
a { background-color: #F1F2E6; }
a { background-color: rgb(241,242,230); }
div.DivClassName
{
background-color: #F1F2E6;
}
.BgClassName
{
background-color: #F1F2E6;
}
</style>
border-color css
<style>
span { border-color: #F1F2E6; }
span { border-color: rgb(241,242,230); }
td.TdClassName
{
border-color: #F1F2E6;
}
.TagClassName
{
border-color: #F1F2E6;
}
</style>