Shades of Milk Punch #F7E4BD
Tints of Milk Punch #F7E4BD
RGB
CMYK
RGB Variations
Color information
#F7E4BD (or 0xF7E4BD) is known color: Milk Punch. HEX triplet: F7, E4 and BD. RGB value is (247,228,189). Sum of RGB (Red+Green+Blue) = 247+228+189=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4BD is #081B42. Grayscale: #E5E5E5. Windows color (decimal): -531267 or 12444919. OLE color: 12444919.
HSL color Cylindrical-coordinate representation of color #F7E4BD: hue angle of 40.34º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7E4BD is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 228 | 189 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.03 |
| HSL | 40.34º | 0.78% | 0.85% | - |
| HSV(B) | 40.34º | 0.23% | 0.97% | - |
| XYZ | 75.29 | 78.94 | 59.41 | - |
| YUV | 229.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 228 | 189 | 0 | 0.08 | 0.23 | 0.03 | 40.34 | 0.78 | 0.85 |
| Hex | F7 | E4 | BD | 0 | 8 | 17 | 3 | 28 | 4E | 55 |
| Octal | 367 | 344 | 275 | 0 | 10 | 27 | 3 | 50 | 116 | 125 |
| Binary | 11110111 | 11100100 | 10111101 | 0 | 1000 | 10111 | 11 | 101000 | 1001110 | 1010101 |
Color Harmonies of #F7E4BD
Complementary color
Monochromatic Colors of #F7E4BD
Black with #F7E4BD
Text Example
Text Example
White with #F7E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E4BD; }
p { color: rgb(247,228,189); }
H1.HeaderClassName
{
color: #F7E4BD;
}
.AnyTagClassName
{
color: #F7E4BD;
}
</style>
background-color css
<style>
a { background-color: #F7E4BD; }
a { background-color: rgb(247,228,189); }
div.DivClassName
{
background-color: #F7E4BD;
}
.BgClassName
{
background-color: #F7E4BD;
}
</style>
border-color css
<style>
span { border-color: #F7E4BD; }
span { border-color: rgb(247,228,189); }
td.TdClassName
{
border-color: #F7E4BD;
}
.TagClassName
{
border-color: #F7E4BD;
}
</style>