Shades of Milk Punch #F8E7BE
Tints of Milk Punch #F8E7BE
RGB
CMYK
RGB Variations
Color information
#F8E7BE (or 0xF8E7BE) is known color: Milk Punch. HEX triplet: F8, E7 and BE. RGB value is (248,231,190). Sum of RGB (Red+Green+Blue) = 248+231+190=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E7BE is #071841. Grayscale: #E7E7E7. Windows color (decimal): -464962 or 12511224. OLE color: 12511224.
HSL color Cylindrical-coordinate representation of color #F8E7BE: hue angle of 42.41º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8E7BE is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 190 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.03 |
| HSL | 42.41º | 0.81% | 0.86% | - |
| HSV(B) | 42.41º | 0.23% | 0.97% | - |
| XYZ | 76.58 | 80.83 | 60.28 | - |
| YUV | 231.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 190 | 0 | 0.07 | 0.23 | 0.03 | 42.41 | 0.81 | 0.86 |
| Hex | F8 | E7 | BE | 0 | 7 | 17 | 3 | 2A | 51 | 56 |
| Octal | 370 | 347 | 276 | 0 | 7 | 27 | 3 | 52 | 121 | 126 |
| Binary | 11111000 | 11100111 | 10111110 | 0 | 111 | 10111 | 11 | 101010 | 1010001 | 1010110 |
Color Harmonies of #F8E7BE
Complementary color
Monochromatic Colors of #F8E7BE
Black with #F8E7BE
Text Example
Text Example
White with #F8E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E7BE; }
p { color: rgb(248,231,190); }
H1.HeaderClassName
{
color: #F8E7BE;
}
.AnyTagClassName
{
color: #F8E7BE;
}
</style>
background-color css
<style>
a { background-color: #F8E7BE; }
a { background-color: rgb(248,231,190); }
div.DivClassName
{
background-color: #F8E7BE;
}
.BgClassName
{
background-color: #F8E7BE;
}
</style>
border-color css
<style>
span { border-color: #F8E7BE; }
span { border-color: rgb(248,231,190); }
td.TdClassName
{
border-color: #F8E7BE;
}
.TagClassName
{
border-color: #F8E7BE;
}
</style>