Shades of Milk Punch #F2E3C0
Tints of Milk Punch #F2E3C0
RGB
CMYK
RGB Variations
Color information
#F2E3C0 (or 0xF2E3C0) is known color: Milk Punch. HEX triplet: F2, E3 and C0. RGB value is (242,227,192). Sum of RGB (Red+Green+Blue) = 242+227+192=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3C0 is #0D1C3F. Grayscale: #E3E3E3. Windows color (decimal): -859200 or 12641266. OLE color: 12641266.
HSL color Cylindrical-coordinate representation of color #F2E3C0: hue angle of 42º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2E3C0 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 192 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.05 |
| HSL | 42º | 0.66% | 0.85% | - |
| HSV(B) | 42º | 0.21% | 0.95% | - |
| XYZ | 73.6 | 77.62 | 60.97 | - |
| YUV | 227.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 192 | 0 | 0.06 | 0.21 | 0.05 | 42 | 0.66 | 0.85 |
| Hex | F2 | E3 | C0 | 0 | 6 | 15 | 5 | 2A | 42 | 55 |
| Octal | 362 | 343 | 300 | 0 | 6 | 25 | 5 | 52 | 102 | 125 |
| Binary | 11110010 | 11100011 | 11000000 | 0 | 110 | 10101 | 101 | 101010 | 1000010 | 1010101 |
Color Harmonies of #F2E3C0
Complementary color
Monochromatic Colors of #F2E3C0
Black with #F2E3C0
Text Example
Text Example
White with #F2E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3C0; }
p { color: rgb(242,227,192); }
H1.HeaderClassName
{
color: #F2E3C0;
}
.AnyTagClassName
{
color: #F2E3C0;
}
</style>
background-color css
<style>
a { background-color: #F2E3C0; }
a { background-color: rgb(242,227,192); }
div.DivClassName
{
background-color: #F2E3C0;
}
.BgClassName
{
background-color: #F2E3C0;
}
</style>
border-color css
<style>
span { border-color: #F2E3C0; }
span { border-color: rgb(242,227,192); }
td.TdClassName
{
border-color: #F2E3C0;
}
.TagClassName
{
border-color: #F2E3C0;
}
</style>