Shades of Milk Punch #F5E8C1
Tints of Milk Punch #F5E8C1
RGB
CMYK
RGB Variations
Color information
#F5E8C1 (or 0xF5E8C1) is known color: Milk Punch. HEX triplet: F5, E8 and C1. RGB value is (245,232,193). Sum of RGB (Red+Green+Blue) = 245+232+193=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 193 (75.78% from 255 or 28.81% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8C1 is #0A173E. Grayscale: #E7E7E7. Windows color (decimal): -661311 or 12708085. OLE color: 12708085.
HSL color Cylindrical-coordinate representation of color #F5E8C1: hue angle of 45º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5E8C1 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 193 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.04 |
| HSL | 45º | 0.72% | 0.86% | - |
| HSV(B) | 45º | 0.21% | 0.96% | - |
| XYZ | 76.14 | 80.98 | 62.07 | - |
| YUV | 231.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 193 | 0 | 0.05 | 0.21 | 0.04 | 45 | 0.72 | 0.86 |
| Hex | F5 | E8 | C1 | 0 | 5 | 15 | 4 | 2D | 48 | 56 |
| Octal | 365 | 350 | 301 | 0 | 5 | 25 | 4 | 55 | 110 | 126 |
| Binary | 11110101 | 11101000 | 11000001 | 0 | 101 | 10101 | 100 | 101101 | 1001000 | 1010110 |
Color Harmonies of #F5E8C1
Complementary color
Monochromatic Colors of #F5E8C1
Black with #F5E8C1
Text Example
Text Example
White with #F5E8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8C1; }
p { color: rgb(245,232,193); }
H1.HeaderClassName
{
color: #F5E8C1;
}
.AnyTagClassName
{
color: #F5E8C1;
}
</style>
background-color css
<style>
a { background-color: #F5E8C1; }
a { background-color: rgb(245,232,193); }
div.DivClassName
{
background-color: #F5E8C1;
}
.BgClassName
{
background-color: #F5E8C1;
}
</style>
border-color css
<style>
span { border-color: #F5E8C1; }
span { border-color: rgb(245,232,193); }
td.TdClassName
{
border-color: #F5E8C1;
}
.TagClassName
{
border-color: #F5E8C1;
}
</style>