Shades of Marzipan #F1C488
Tints of Marzipan #F1C488
RGB
CMYK
RGB Variations
Color information
#F1C488 (or 0xF1C488) is known color: Marzipan. HEX triplet: F1, C4 and 88. RGB value is (241,196,136). Sum of RGB (Red+Green+Blue) = 241+196+136=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C488 is #0E3B77. Grayscale: #CACACA. Windows color (decimal): -932728 or 8963313. OLE color: 8963313.
HSL color Cylindrical-coordinate representation of color #F1C488: hue angle of 34.29º 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 #F1C488 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 136 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.05 |
| HSL | 34.29º | 0.79% | 0.74% | - |
| HSV(B) | 34.29º | 0.44% | 0.95% | - |
| XYZ | 60.46 | 59.96 | 31.68 | - |
| YUV | 202.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 136 | 0 | 0.19 | 0.44 | 0.05 | 34.29 | 0.79 | 0.74 |
| Hex | F1 | C4 | 88 | 0 | 13 | 2C | 5 | 22 | 4F | 4A |
| Octal | 361 | 304 | 210 | 0 | 23 | 54 | 5 | 42 | 117 | 112 |
| Binary | 11110001 | 11000100 | 10001000 | 0 | 10011 | 101100 | 101 | 100010 | 1001111 | 1001010 |
Color Harmonies of #F1C488
Complementary color
Monochromatic Colors of #F1C488
Black with #F1C488
Text Example
Text Example
White with #F1C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C488; }
p { color: rgb(241,196,136); }
H1.HeaderClassName
{
color: #F1C488;
}
.AnyTagClassName
{
color: #F1C488;
}
</style>
background-color css
<style>
a { background-color: #F1C488; }
a { background-color: rgb(241,196,136); }
div.DivClassName
{
background-color: #F1C488;
}
.BgClassName
{
background-color: #F1C488;
}
</style>
border-color css
<style>
span { border-color: #F1C488; }
span { border-color: rgb(241,196,136); }
td.TdClassName
{
border-color: #F1C488;
}
.TagClassName
{
border-color: #F1C488;
}
</style>