Shades of Sugar Cane #F1F2DF
Tints of Sugar Cane #F1F2DF
RGB
CMYK
RGB Variations
Color information
#F1F2DF (or 0xF1F2DF) is known color: Sugar Cane. HEX triplet: F1, F2 and DF. RGB value is (241,242,223). Sum of RGB (Red+Green+Blue) = 241+242+223=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2DF is #0E0D20. Grayscale: #EFEFEF. Windows color (decimal): -920865 or 14676721. OLE color: 14676721.
HSL color Cylindrical-coordinate representation of color #F1F2DF: hue angle of 63.16º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1F2DF is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 223 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.05 |
| HSL | 63.16º | 0.42% | 0.91% | - |
| HSV(B) | 63.16º | 0.08% | 0.95% | - |
| XYZ | 81.35 | 87.53 | 82.42 | - |
| YUV | 239.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 223 | 0.00 | 0 | 0.08 | 0.05 | 63.16 | 0.42 | 0.91 |
| Hex | F1 | F2 | DF | 0 | 0 | 8 | 5 | 3F | 2A | 5B |
| Octal | 361 | 362 | 337 | 0 | 0 | 10 | 5 | 77 | 52 | 133 |
| Binary | 11110001 | 11110010 | 11011111 | 0 | 0 | 1000 | 101 | 111111 | 101010 | 1011011 |
Color Harmonies of #F1F2DF
Complementary color
Monochromatic Colors of #F1F2DF
Black with #F1F2DF
Text Example
Text Example
White with #F1F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2DF; }
p { color: rgb(241,242,223); }
H1.HeaderClassName
{
color: #F1F2DF;
}
.AnyTagClassName
{
color: #F1F2DF;
}
</style>
background-color css
<style>
a { background-color: #F1F2DF; }
a { background-color: rgb(241,242,223); }
div.DivClassName
{
background-color: #F1F2DF;
}
.BgClassName
{
background-color: #F1F2DF;
}
</style>
border-color css
<style>
span { border-color: #F1F2DF; }
span { border-color: rgb(241,242,223); }
td.TdClassName
{
border-color: #F1F2DF;
}
.TagClassName
{
border-color: #F1F2DF;
}
</style>