Shades of Marzipan #F0CB7E
Tints of Marzipan #F0CB7E
RGB
CMYK
RGB Variations
Color information
#F0CB7E (or 0xF0CB7E) is known color: Marzipan. HEX triplet: F0, CB and 7E. RGB value is (240,203,126). Sum of RGB (Red+Green+Blue) = 240+203+126=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB7E is #0F3481. Grayscale: #CDCDCD. Windows color (decimal): -996482 or 8309744. OLE color: 8309744.
HSL color Cylindrical-coordinate representation of color #F0CB7E: hue angle of 40.53º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0CB7E is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 126 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.06 |
| HSL | 40.53º | 0.79% | 0.72% | - |
| HSV(B) | 40.53º | 0.48% | 0.94% | - |
| XYZ | 61.06 | 62.74 | 28.63 | - |
| YUV | 205.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 126 | 0 | 0.15 | 0.48 | 0.06 | 40.53 | 0.79 | 0.72 |
| Hex | F0 | CB | 7E | 0 | F | 30 | 6 | 29 | 4F | 48 |
| Octal | 360 | 313 | 176 | 0 | 17 | 60 | 6 | 51 | 117 | 110 |
| Binary | 11110000 | 11001011 | 1111110 | 0 | 1111 | 110000 | 110 | 101001 | 1001111 | 1001000 |
Color Harmonies of #F0CB7E
Complementary color
Monochromatic Colors of #F0CB7E
Black with #F0CB7E
Text Example
Text Example
White with #F0CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB7E; }
p { color: rgb(240,203,126); }
H1.HeaderClassName
{
color: #F0CB7E;
}
.AnyTagClassName
{
color: #F0CB7E;
}
</style>
background-color css
<style>
a { background-color: #F0CB7E; }
a { background-color: rgb(240,203,126); }
div.DivClassName
{
background-color: #F0CB7E;
}
.BgClassName
{
background-color: #F0CB7E;
}
</style>
border-color css
<style>
span { border-color: #F0CB7E; }
span { border-color: rgb(240,203,126); }
td.TdClassName
{
border-color: #F0CB7E;
}
.TagClassName
{
border-color: #F0CB7E;
}
</style>