Shades of Milk Punch #F4E5C1
Tints of Milk Punch #F4E5C1
RGB
CMYK
RGB Variations
Color information
#F4E5C1 (or 0xF4E5C1) is known color: Milk Punch. HEX triplet: F4, E5 and C1. RGB value is (244,229,193). Sum of RGB (Red+Green+Blue) = 244+229+193=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E5C1 is #0B1A3E. Grayscale: #E5E5E5. Windows color (decimal): -727615 or 12707316. OLE color: 12707316.
HSL color Cylindrical-coordinate representation of color #F4E5C1: hue angle of 42.35º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4E5C1 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 193 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.04 |
| HSL | 42.35º | 0.7% | 0.86% | - |
| HSV(B) | 42.35º | 0.21% | 0.96% | - |
| XYZ | 74.95 | 79.12 | 61.77 | - |
| YUV | 229.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 193 | 0 | 0.06 | 0.21 | 0.04 | 42.35 | 0.7 | 0.86 |
| Hex | F4 | E5 | C1 | 0 | 6 | 15 | 4 | 2A | 46 | 56 |
| Octal | 364 | 345 | 301 | 0 | 6 | 25 | 4 | 52 | 106 | 126 |
| Binary | 11110100 | 11100101 | 11000001 | 0 | 110 | 10101 | 100 | 101010 | 1000110 | 1010110 |
Color Harmonies of #F4E5C1
Complementary color
Monochromatic Colors of #F4E5C1
Black with #F4E5C1
Text Example
Text Example
White with #F4E5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E5C1; }
p { color: rgb(244,229,193); }
H1.HeaderClassName
{
color: #F4E5C1;
}
.AnyTagClassName
{
color: #F4E5C1;
}
</style>
background-color css
<style>
a { background-color: #F4E5C1; }
a { background-color: rgb(244,229,193); }
div.DivClassName
{
background-color: #F4E5C1;
}
.BgClassName
{
background-color: #F4E5C1;
}
</style>
border-color css
<style>
span { border-color: #F4E5C1; }
span { border-color: rgb(244,229,193); }
td.TdClassName
{
border-color: #F4E5C1;
}
.TagClassName
{
border-color: #F4E5C1;
}
</style>