Shades of Sugar Cane #F1F2DD
Tints of Sugar Cane #F1F2DD
RGB
CMYK
RGB Variations
Color information
#F1F2DD (or 0xF1F2DD) is known color: Sugar Cane. HEX triplet: F1, F2 and DD. RGB value is (241,242,221). Sum of RGB (Red+Green+Blue) = 241+242+221=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2DD is #0E0D22. Grayscale: #EFEFEF. Windows color (decimal): -920867 or 14545649. OLE color: 14545649.
HSL color Cylindrical-coordinate representation of color #F1F2DD: hue angle of 62.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1F2DD is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 221 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.05 |
| HSL | 62.86º | 0.45% | 0.91% | - |
| HSV(B) | 62.86º | 0.09% | 0.95% | - |
| XYZ | 81.08 | 87.43 | 81.01 | - |
| YUV | 239.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 221 | 0.00 | 0 | 0.09 | 0.05 | 62.86 | 0.45 | 0.91 |
| Hex | F1 | F2 | DD | 0 | 0 | 9 | 5 | 3F | 2D | 5B |
| Octal | 361 | 362 | 335 | 0 | 0 | 11 | 5 | 77 | 55 | 133 |
| Binary | 11110001 | 11110010 | 11011101 | 0 | 0 | 1001 | 101 | 111111 | 101101 | 1011011 |
Color Harmonies of #F1F2DD
Complementary color
Monochromatic Colors of #F1F2DD
Black with #F1F2DD
Text Example
Text Example
White with #F1F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2DD; }
p { color: rgb(241,242,221); }
H1.HeaderClassName
{
color: #F1F2DD;
}
.AnyTagClassName
{
color: #F1F2DD;
}
</style>
background-color css
<style>
a { background-color: #F1F2DD; }
a { background-color: rgb(241,242,221); }
div.DivClassName
{
background-color: #F1F2DD;
}
.BgClassName
{
background-color: #F1F2DD;
}
</style>
border-color css
<style>
span { border-color: #F1F2DD; }
span { border-color: rgb(241,242,221); }
td.TdClassName
{
border-color: #F1F2DD;
}
.TagClassName
{
border-color: #F1F2DD;
}
</style>