Shades of Milk Punch #F8E7BD
Tints of Milk Punch #F8E7BD
RGB
CMYK
RGB Variations
Color information
#F8E7BD (or 0xF8E7BD) is known color: Milk Punch. HEX triplet: F8, E7 and BD. RGB value is (248,231,189). Sum of RGB (Red+Green+Blue) = 248+231+189=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E7BD is #071842. Grayscale: #E7E7E7. Windows color (decimal): -464963 or 12445688. OLE color: 12445688.
HSL color Cylindrical-coordinate representation of color #F8E7BD: hue angle of 42.71º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8E7BD is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 189 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.03 |
| HSL | 42.71º | 0.81% | 0.86% | - |
| HSV(B) | 42.71º | 0.24% | 0.97% | - |
| XYZ | 76.47 | 80.78 | 59.71 | - |
| YUV | 231.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 189 | 0 | 0.07 | 0.24 | 0.03 | 42.71 | 0.81 | 0.86 |
| Hex | F8 | E7 | BD | 0 | 7 | 18 | 3 | 2B | 51 | 56 |
| Octal | 370 | 347 | 275 | 0 | 7 | 30 | 3 | 53 | 121 | 126 |
| Binary | 11111000 | 11100111 | 10111101 | 0 | 111 | 11000 | 11 | 101011 | 1010001 | 1010110 |
Color Harmonies of #F8E7BD
Complementary color
Monochromatic Colors of #F8E7BD
Black with #F8E7BD
Text Example
Text Example
White with #F8E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E7BD; }
p { color: rgb(248,231,189); }
H1.HeaderClassName
{
color: #F8E7BD;
}
.AnyTagClassName
{
color: #F8E7BD;
}
</style>
background-color css
<style>
a { background-color: #F8E7BD; }
a { background-color: rgb(248,231,189); }
div.DivClassName
{
background-color: #F8E7BD;
}
.BgClassName
{
background-color: #F8E7BD;
}
</style>
border-color css
<style>
span { border-color: #F8E7BD; }
span { border-color: rgb(248,231,189); }
td.TdClassName
{
border-color: #F8E7BD;
}
.TagClassName
{
border-color: #F8E7BD;
}
</style>