Shades of Marzipan #F1C485
Tints of Marzipan #F1C485
RGB
CMYK
RGB Variations
Color information
#F1C485 (or 0xF1C485) is known color: Marzipan. HEX triplet: F1, C4 and 85. RGB value is (241,196,133). Sum of RGB (Red+Green+Blue) = 241+196+133=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C485 is #0E3B7A. Grayscale: #CACACA. Windows color (decimal): -932731 or 8766705. OLE color: 8766705.
HSL color Cylindrical-coordinate representation of color #F1C485: hue angle of 35º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1C485 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 133 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.05 |
| HSL | 35º | 0.79% | 0.73% | - |
| HSV(B) | 35º | 0.45% | 0.95% | - |
| XYZ | 60.25 | 59.87 | 30.57 | - |
| YUV | 202.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 133 | 0 | 0.19 | 0.45 | 0.05 | 35 | 0.79 | 0.73 |
| Hex | F1 | C4 | 85 | 0 | 13 | 2D | 5 | 23 | 4F | 49 |
| Octal | 361 | 304 | 205 | 0 | 23 | 55 | 5 | 43 | 117 | 111 |
| Binary | 11110001 | 11000100 | 10000101 | 0 | 10011 | 101101 | 101 | 100011 | 1001111 | 1001001 |
Color Harmonies of #F1C485
Complementary color
Monochromatic Colors of #F1C485
Black with #F1C485
Text Example
Text Example
White with #F1C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C485; }
p { color: rgb(241,196,133); }
H1.HeaderClassName
{
color: #F1C485;
}
.AnyTagClassName
{
color: #F1C485;
}
</style>
background-color css
<style>
a { background-color: #F1C485; }
a { background-color: rgb(241,196,133); }
div.DivClassName
{
background-color: #F1C485;
}
.BgClassName
{
background-color: #F1C485;
}
</style>
border-color css
<style>
span { border-color: #F1C485; }
span { border-color: rgb(241,196,133); }
td.TdClassName
{
border-color: #F1C485;
}
.TagClassName
{
border-color: #F1C485;
}
</style>