Shades of Milk Punch #F8EABF
Tints of Milk Punch #F8EABF
RGB
CMYK
RGB Variations
Color information
#F8EABF (or 0xF8EABF) is known color: Milk Punch. HEX triplet: F8, EA and BF. RGB value is (248,234,191). Sum of RGB (Red+Green+Blue) = 248+234+191=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EABF is #071540. Grayscale: #E9E9E9. Windows color (decimal): -464193 or 12577528. OLE color: 12577528.
HSL color Cylindrical-coordinate representation of color #F8EABF: hue angle of 45.26º degrees, saturation: 0.8, 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 #F8EABF is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 191 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.03 |
| HSL | 45.26º | 0.8% | 0.86% | - |
| HSV(B) | 45.26º | 0.23% | 0.97% | - |
| XYZ | 77.54 | 82.56 | 61.14 | - |
| YUV | 233.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 191 | 0 | 0.06 | 0.23 | 0.03 | 45.26 | 0.8 | 0.86 |
| Hex | F8 | EA | BF | 0 | 6 | 17 | 3 | 2D | 50 | 56 |
| Octal | 370 | 352 | 277 | 0 | 6 | 27 | 3 | 55 | 120 | 126 |
| Binary | 11111000 | 11101010 | 10111111 | 0 | 110 | 10111 | 11 | 101101 | 1010000 | 1010110 |
Color Harmonies of #F8EABF
Complementary color
Monochromatic Colors of #F8EABF
Black with #F8EABF
Text Example
Text Example
White with #F8EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EABF; }
p { color: rgb(248,234,191); }
H1.HeaderClassName
{
color: #F8EABF;
}
.AnyTagClassName
{
color: #F8EABF;
}
</style>
background-color css
<style>
a { background-color: #F8EABF; }
a { background-color: rgb(248,234,191); }
div.DivClassName
{
background-color: #F8EABF;
}
.BgClassName
{
background-color: #F8EABF;
}
</style>
border-color css
<style>
span { border-color: #F8EABF; }
span { border-color: rgb(248,234,191); }
td.TdClassName
{
border-color: #F8EABF;
}
.TagClassName
{
border-color: #F8EABF;
}
</style>