Shades of Marzipan #F1C388
Tints of Marzipan #F1C388
RGB
CMYK
RGB Variations
Color information
#F1C388 (or 0xF1C388) is known color: Marzipan. HEX triplet: F1, C3 and 88. RGB value is (241,195,136). Sum of RGB (Red+Green+Blue) = 241+195+136=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C388 is #0E3C77. Grayscale: #CACACA. Windows color (decimal): -932984 or 8963057. OLE color: 8963057.
HSL color Cylindrical-coordinate representation of color #F1C388: hue angle of 33.71º 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 #F1C388 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 136 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.05 |
| HSL | 33.71º | 0.79% | 0.74% | - |
| HSV(B) | 33.71º | 0.44% | 0.95% | - |
| XYZ | 60.23 | 59.51 | 31.6 | - |
| YUV | 202.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 136 | 0 | 0.19 | 0.44 | 0.05 | 33.71 | 0.79 | 0.74 |
| Hex | F1 | C3 | 88 | 0 | 13 | 2C | 5 | 22 | 4F | 4A |
| Octal | 361 | 303 | 210 | 0 | 23 | 54 | 5 | 42 | 117 | 112 |
| Binary | 11110001 | 11000011 | 10001000 | 0 | 10011 | 101100 | 101 | 100010 | 1001111 | 1001010 |
Color Harmonies of #F1C388
Complementary color
Monochromatic Colors of #F1C388
Black with #F1C388
Text Example
Text Example
White with #F1C388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C388; }
p { color: rgb(241,195,136); }
H1.HeaderClassName
{
color: #F1C388;
}
.AnyTagClassName
{
color: #F1C388;
}
</style>
background-color css
<style>
a { background-color: #F1C388; }
a { background-color: rgb(241,195,136); }
div.DivClassName
{
background-color: #F1C388;
}
.BgClassName
{
background-color: #F1C388;
}
</style>
border-color css
<style>
span { border-color: #F1C388; }
span { border-color: rgb(241,195,136); }
td.TdClassName
{
border-color: #F1C388;
}
.TagClassName
{
border-color: #F1C388;
}
</style>