Shades of Sugar Cane #F1F3DF
Tints of Sugar Cane #F1F3DF
RGB
CMYK
RGB Variations
Color information
#F1F3DF (or 0xF1F3DF) is known color: Sugar Cane. HEX triplet: F1, F3 and DF. RGB value is (241,243,223). Sum of RGB (Red+Green+Blue) = 241+243+223=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 243 (95.31% from 255 or 34.37% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F3DF is #0E0C20. Grayscale: #F0F0F0. Windows color (decimal): -920609 or 14676977. OLE color: 14676977.
HSL color Cylindrical-coordinate representation of color #F1F3DF: hue angle of 66º degrees, saturation: 0.45, 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 #F1F3DF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 223 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.05 |
| HSL | 66º | 0.45% | 0.91% | - |
| HSV(B) | 66º | 0.08% | 0.95% | - |
| XYZ | 81.65 | 88.13 | 82.52 | - |
| YUV | 240.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 223 | 0.01 | 0 | 0.08 | 0.05 | 66 | 0.45 | 0.91 |
| Hex | F1 | F3 | DF | 1 | 0 | 8 | 5 | 42 | 2D | 5B |
| Octal | 361 | 363 | 337 | 1 | 0 | 10 | 5 | 102 | 55 | 133 |
| Binary | 11110001 | 11110011 | 11011111 | 1 | 0 | 1000 | 101 | 1000010 | 101101 | 1011011 |
Color Harmonies of #F1F3DF
Complementary color
Monochromatic Colors of #F1F3DF
Black with #F1F3DF
Text Example
Text Example
White with #F1F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F3DF; }
p { color: rgb(241,243,223); }
H1.HeaderClassName
{
color: #F1F3DF;
}
.AnyTagClassName
{
color: #F1F3DF;
}
</style>
background-color css
<style>
a { background-color: #F1F3DF; }
a { background-color: rgb(241,243,223); }
div.DivClassName
{
background-color: #F1F3DF;
}
.BgClassName
{
background-color: #F1F3DF;
}
</style>
border-color css
<style>
span { border-color: #F1F3DF; }
span { border-color: rgb(241,243,223); }
td.TdClassName
{
border-color: #F1F3DF;
}
.TagClassName
{
border-color: #F1F3DF;
}
</style>