Shades of Milk Punch #F4E4BD
Tints of Milk Punch #F4E4BD
RGB
CMYK
RGB Variations
Color information
#F4E4BD (or 0xF4E4BD) is known color: Milk Punch. HEX triplet: F4, E4 and BD. RGB value is (244,228,189). Sum of RGB (Red+Green+Blue) = 244+228+189=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E4BD is #0B1B42. Grayscale: #E4E4E4. Windows color (decimal): -727875 or 12444916. OLE color: 12444916.
HSL color Cylindrical-coordinate representation of color #F4E4BD: hue angle of 42.55º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4E4BD is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 189 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.04 |
| HSL | 42.55º | 0.71% | 0.85% | - |
| HSV(B) | 42.55º | 0.23% | 0.96% | - |
| XYZ | 74.24 | 78.39 | 59.36 | - |
| YUV | 228.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 189 | 0 | 0.07 | 0.23 | 0.04 | 42.55 | 0.71 | 0.85 |
| Hex | F4 | E4 | BD | 0 | 7 | 17 | 4 | 2B | 47 | 55 |
| Octal | 364 | 344 | 275 | 0 | 7 | 27 | 4 | 53 | 107 | 125 |
| Binary | 11110100 | 11100100 | 10111101 | 0 | 111 | 10111 | 100 | 101011 | 1000111 | 1010101 |
Color Harmonies of #F4E4BD
Complementary color
Monochromatic Colors of #F4E4BD
Black with #F4E4BD
Text Example
Text Example
White with #F4E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E4BD; }
p { color: rgb(244,228,189); }
H1.HeaderClassName
{
color: #F4E4BD;
}
.AnyTagClassName
{
color: #F4E4BD;
}
</style>
background-color css
<style>
a { background-color: #F4E4BD; }
a { background-color: rgb(244,228,189); }
div.DivClassName
{
background-color: #F4E4BD;
}
.BgClassName
{
background-color: #F4E4BD;
}
</style>
border-color css
<style>
span { border-color: #F4E4BD; }
span { border-color: rgb(244,228,189); }
td.TdClassName
{
border-color: #F4E4BD;
}
.TagClassName
{
border-color: #F4E4BD;
}
</style>