Shades of Marzipan #F1C686
Tints of Marzipan #F1C686
RGB
CMYK
RGB Variations
Color information
#F1C686 (or 0xF1C686) is known color: Marzipan. HEX triplet: F1, C6 and 86. RGB value is (241,198,134). Sum of RGB (Red+Green+Blue) = 241+198+134=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C686 is #0E3979. Grayscale: #CBCBCB. Windows color (decimal): -932218 or 8832753. OLE color: 8832753.
HSL color Cylindrical-coordinate representation of color #F1C686: hue angle of 35.89º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1C686 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 134 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.05 |
| HSL | 35.89º | 0.79% | 0.74% | - |
| HSV(B) | 35.89º | 0.44% | 0.95% | - |
| XYZ | 60.77 | 60.81 | 31.09 | - |
| YUV | 203.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 134 | 0 | 0.18 | 0.44 | 0.05 | 35.89 | 0.79 | 0.74 |
| Hex | F1 | C6 | 86 | 0 | 12 | 2C | 5 | 24 | 4F | 4A |
| Octal | 361 | 306 | 206 | 0 | 22 | 54 | 5 | 44 | 117 | 112 |
| Binary | 11110001 | 11000110 | 10000110 | 0 | 10010 | 101100 | 101 | 100100 | 1001111 | 1001010 |
Color Harmonies of #F1C686
Complementary color
Monochromatic Colors of #F1C686
Black with #F1C686
Text Example
Text Example
White with #F1C686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C686; }
p { color: rgb(241,198,134); }
H1.HeaderClassName
{
color: #F1C686;
}
.AnyTagClassName
{
color: #F1C686;
}
</style>
background-color css
<style>
a { background-color: #F1C686; }
a { background-color: rgb(241,198,134); }
div.DivClassName
{
background-color: #F1C686;
}
.BgClassName
{
background-color: #F1C686;
}
</style>
border-color css
<style>
span { border-color: #F1C686; }
span { border-color: rgb(241,198,134); }
td.TdClassName
{
border-color: #F1C686;
}
.TagClassName
{
border-color: #F1C686;
}
</style>