Shades of Marzipan #F0C588
Tints of Marzipan #F0C588
RGB
CMYK
RGB Variations
Color information
#F0C588 (or 0xF0C588) is known color: Marzipan. HEX triplet: F0, C5 and 88. RGB value is (240,197,136). Sum of RGB (Red+Green+Blue) = 240+197+136=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C588 is #0F3A77. Grayscale: #CBCBCB. Windows color (decimal): -998008 or 8963568. OLE color: 8963568.
HSL color Cylindrical-coordinate representation of color #F0C588: hue angle of 35.19º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0C588 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 136 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.06 |
| HSL | 35.19º | 0.78% | 0.74% | - |
| HSV(B) | 35.19º | 0.43% | 0.94% | - |
| XYZ | 60.35 | 60.24 | 31.74 | - |
| YUV | 202.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 136 | 0 | 0.18 | 0.43 | 0.06 | 35.19 | 0.78 | 0.74 |
| Hex | F0 | C5 | 88 | 0 | 12 | 2B | 6 | 23 | 4E | 4A |
| Octal | 360 | 305 | 210 | 0 | 22 | 53 | 6 | 43 | 116 | 112 |
| Binary | 11110000 | 11000101 | 10001000 | 0 | 10010 | 101011 | 110 | 100011 | 1001110 | 1001010 |
Color Harmonies of #F0C588
Complementary color
Monochromatic Colors of #F0C588
Black with #F0C588
Text Example
Text Example
White with #F0C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C588; }
p { color: rgb(240,197,136); }
H1.HeaderClassName
{
color: #F0C588;
}
.AnyTagClassName
{
color: #F0C588;
}
</style>
background-color css
<style>
a { background-color: #F0C588; }
a { background-color: rgb(240,197,136); }
div.DivClassName
{
background-color: #F0C588;
}
.BgClassName
{
background-color: #F0C588;
}
</style>
border-color css
<style>
span { border-color: #F0C588; }
span { border-color: rgb(240,197,136); }
td.TdClassName
{
border-color: #F0C588;
}
.TagClassName
{
border-color: #F0C588;
}
</style>