Shades of Sugar Cane #F1F5DD
Tints of Sugar Cane #F1F5DD
RGB
CMYK
RGB Variations
Color information
#F1F5DD (or 0xF1F5DD) is known color: Sugar Cane. HEX triplet: F1, F5 and DD. RGB value is (241,245,221). Sum of RGB (Red+Green+Blue) = 241+245+221=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F5DD is #0E0A22. Grayscale: #F1F1F1. Windows color (decimal): -920099 or 14546417. OLE color: 14546417.
HSL color Cylindrical-coordinate representation of color #F1F5DD: hue angle of 70º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1F5DD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 221 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.04 |
| HSL | 70º | 0.55% | 0.91% | - |
| HSV(B) | 70º | 0.1% | 0.96% | - |
| XYZ | 81.98 | 89.23 | 81.31 | - |
| YUV | 241.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 221 | 0.02 | 0 | 0.10 | 0.04 | 70 | 0.55 | 0.91 |
| Hex | F1 | F5 | DD | 2 | 0 | A | 4 | 46 | 37 | 5B |
| Octal | 361 | 365 | 335 | 2 | 0 | 12 | 4 | 106 | 67 | 133 |
| Binary | 11110001 | 11110101 | 11011101 | 10 | 0 | 1010 | 100 | 1000110 | 110111 | 1011011 |
Color Harmonies of #F1F5DD
Complementary color
Monochromatic Colors of #F1F5DD
Black with #F1F5DD
Text Example
Text Example
White with #F1F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F5DD; }
p { color: rgb(241,245,221); }
H1.HeaderClassName
{
color: #F1F5DD;
}
.AnyTagClassName
{
color: #F1F5DD;
}
</style>
background-color css
<style>
a { background-color: #F1F5DD; }
a { background-color: rgb(241,245,221); }
div.DivClassName
{
background-color: #F1F5DD;
}
.BgClassName
{
background-color: #F1F5DD;
}
</style>
border-color css
<style>
span { border-color: #F1F5DD; }
span { border-color: rgb(241,245,221); }
td.TdClassName
{
border-color: #F1F5DD;
}
.TagClassName
{
border-color: #F1F5DD;
}
</style>