Shades of Marzipan #F2C27E
Tints of Marzipan #F2C27E
RGB
CMYK
RGB Variations
Color information
#F2C27E (or 0xF2C27E) is known color: Marzipan. HEX triplet: F2, C2 and 7E. RGB value is (242,194,126). Sum of RGB (Red+Green+Blue) = 242+194+126=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C27E is #0D3D81. Grayscale: #C8C8C8. Windows color (decimal): -867714 or 8307442. OLE color: 8307442.
HSL color Cylindrical-coordinate representation of color #F2C27E: hue angle of 35.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2C27E is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 126 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.05 |
| HSL | 35.17º | 0.82% | 0.72% | - |
| HSV(B) | 35.17º | 0.48% | 0.95% | - |
| XYZ | 59.68 | 58.97 | 27.98 | - |
| YUV | 200.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 126 | 0 | 0.20 | 0.48 | 0.05 | 35.17 | 0.82 | 0.72 |
| Hex | F2 | C2 | 7E | 0 | 14 | 30 | 5 | 23 | 52 | 48 |
| Octal | 362 | 302 | 176 | 0 | 24 | 60 | 5 | 43 | 122 | 110 |
| Binary | 11110010 | 11000010 | 1111110 | 0 | 10100 | 110000 | 101 | 100011 | 1010010 | 1001000 |
Color Harmonies of #F2C27E
Complementary color
Monochromatic Colors of #F2C27E
Black with #F2C27E
Text Example
Text Example
White with #F2C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C27E; }
p { color: rgb(242,194,126); }
H1.HeaderClassName
{
color: #F2C27E;
}
.AnyTagClassName
{
color: #F2C27E;
}
</style>
background-color css
<style>
a { background-color: #F2C27E; }
a { background-color: rgb(242,194,126); }
div.DivClassName
{
background-color: #F2C27E;
}
.BgClassName
{
background-color: #F2C27E;
}
</style>
border-color css
<style>
span { border-color: #F2C27E; }
span { border-color: rgb(242,194,126); }
td.TdClassName
{
border-color: #F2C27E;
}
.TagClassName
{
border-color: #F2C27E;
}
</style>