Shades of Milk Punch #F7E5BD
Tints of Milk Punch #F7E5BD
RGB
CMYK
RGB Variations
Color information
#F7E5BD (or 0xF7E5BD) is known color: Milk Punch. HEX triplet: F7, E5 and BD. RGB value is (247,229,189). Sum of RGB (Red+Green+Blue) = 247+229+189=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E5BD is #081A42. Grayscale: #E5E5E5. Windows color (decimal): -531011 or 12445175. OLE color: 12445175.
HSL color Cylindrical-coordinate representation of color #F7E5BD: hue angle of 41.38º 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 #F7E5BD is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 189 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.03 |
| HSL | 41.38º | 0.78% | 0.85% | - |
| HSV(B) | 41.38º | 0.23% | 0.97% | - |
| XYZ | 75.56 | 79.49 | 59.5 | - |
| YUV | 229.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 189 | 0 | 0.07 | 0.23 | 0.03 | 41.38 | 0.78 | 0.85 |
| Hex | F7 | E5 | BD | 0 | 7 | 17 | 3 | 29 | 4E | 55 |
| Octal | 367 | 345 | 275 | 0 | 7 | 27 | 3 | 51 | 116 | 125 |
| Binary | 11110111 | 11100101 | 10111101 | 0 | 111 | 10111 | 11 | 101001 | 1001110 | 1010101 |
Color Harmonies of #F7E5BD
Complementary color
Monochromatic Colors of #F7E5BD
Black with #F7E5BD
Text Example
Text Example
White with #F7E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E5BD; }
p { color: rgb(247,229,189); }
H1.HeaderClassName
{
color: #F7E5BD;
}
.AnyTagClassName
{
color: #F7E5BD;
}
</style>
background-color css
<style>
a { background-color: #F7E5BD; }
a { background-color: rgb(247,229,189); }
div.DivClassName
{
background-color: #F7E5BD;
}
.BgClassName
{
background-color: #F7E5BD;
}
</style>
border-color css
<style>
span { border-color: #F7E5BD; }
span { border-color: rgb(247,229,189); }
td.TdClassName
{
border-color: #F7E5BD;
}
.TagClassName
{
border-color: #F7E5BD;
}
</style>