Shades of Milk Punch #F8E6BE
Tints of Milk Punch #F8E6BE
RGB
CMYK
RGB Variations
Color information
#F8E6BE (or 0xF8E6BE) is known color: Milk Punch. HEX triplet: F8, E6 and BE. RGB value is (248,230,190). Sum of RGB (Red+Green+Blue) = 248+230+190=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E6BE is #071941. Grayscale: #E6E6E6. Windows color (decimal): -465218 or 12510968. OLE color: 12510968.
HSL color Cylindrical-coordinate representation of color #F8E6BE: hue angle of 41.38º 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 #F8E6BE is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 190 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.03 |
| HSL | 41.38º | 0.81% | 0.86% | - |
| HSV(B) | 41.38º | 0.23% | 0.97% | - |
| XYZ | 76.3 | 80.27 | 60.19 | - |
| YUV | 230.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 190 | 0 | 0.07 | 0.23 | 0.03 | 41.38 | 0.81 | 0.86 |
| Hex | F8 | E6 | BE | 0 | 7 | 17 | 3 | 29 | 51 | 56 |
| Octal | 370 | 346 | 276 | 0 | 7 | 27 | 3 | 51 | 121 | 126 |
| Binary | 11111000 | 11100110 | 10111110 | 0 | 111 | 10111 | 11 | 101001 | 1010001 | 1010110 |
Color Harmonies of #F8E6BE
Complementary color
Monochromatic Colors of #F8E6BE
Black with #F8E6BE
Text Example
Text Example
White with #F8E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E6BE; }
p { color: rgb(248,230,190); }
H1.HeaderClassName
{
color: #F8E6BE;
}
.AnyTagClassName
{
color: #F8E6BE;
}
</style>
background-color css
<style>
a { background-color: #F8E6BE; }
a { background-color: rgb(248,230,190); }
div.DivClassName
{
background-color: #F8E6BE;
}
.BgClassName
{
background-color: #F8E6BE;
}
</style>
border-color css
<style>
span { border-color: #F8E6BE; }
span { border-color: rgb(248,230,190); }
td.TdClassName
{
border-color: #F8E6BE;
}
.TagClassName
{
border-color: #F8E6BE;
}
</style>