Shades of Milk Punch #F4E4C0
Tints of Milk Punch #F4E4C0
RGB
CMYK
RGB Variations
Color information
#F4E4C0 (or 0xF4E4C0) is known color: Milk Punch. HEX triplet: F4, E4 and C0. RGB value is (244,228,192). Sum of RGB (Red+Green+Blue) = 244+228+192=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E4C0 is #0B1B3F. Grayscale: #E4E4E4. Windows color (decimal): -727872 or 12641524. OLE color: 12641524.
HSL color Cylindrical-coordinate representation of color #F4E4C0: hue angle of 41.54º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4E4C0 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 192 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.04 |
| HSL | 41.54º | 0.7% | 0.85% | - |
| HSV(B) | 41.54º | 0.21% | 0.96% | - |
| XYZ | 74.57 | 78.53 | 61.1 | - |
| YUV | 228.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 192 | 0 | 0.07 | 0.21 | 0.04 | 41.54 | 0.7 | 0.85 |
| Hex | F4 | E4 | C0 | 0 | 7 | 15 | 4 | 2A | 46 | 55 |
| Octal | 364 | 344 | 300 | 0 | 7 | 25 | 4 | 52 | 106 | 125 |
| Binary | 11110100 | 11100100 | 11000000 | 0 | 111 | 10101 | 100 | 101010 | 1000110 | 1010101 |
Color Harmonies of #F4E4C0
Complementary color
Monochromatic Colors of #F4E4C0
Black with #F4E4C0
Text Example
Text Example
White with #F4E4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E4C0; }
p { color: rgb(244,228,192); }
H1.HeaderClassName
{
color: #F4E4C0;
}
.AnyTagClassName
{
color: #F4E4C0;
}
</style>
background-color css
<style>
a { background-color: #F4E4C0; }
a { background-color: rgb(244,228,192); }
div.DivClassName
{
background-color: #F4E4C0;
}
.BgClassName
{
background-color: #F4E4C0;
}
</style>
border-color css
<style>
span { border-color: #F4E4C0; }
span { border-color: rgb(244,228,192); }
td.TdClassName
{
border-color: #F4E4C0;
}
.TagClassName
{
border-color: #F4E4C0;
}
</style>