Shades of Milk Punch #F5E5BD
Tints of Milk Punch #F5E5BD
RGB
CMYK
RGB Variations
Color information
#F5E5BD (or 0xF5E5BD) is known color: Milk Punch. HEX triplet: F5, E5 and BD. RGB value is (245,229,189). Sum of RGB (Red+Green+Blue) = 245+229+189=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E5BD is #0A1A42. Grayscale: #E5E5E5. Windows color (decimal): -662083 or 12445173. OLE color: 12445173.
HSL color Cylindrical-coordinate representation of color #F5E5BD: hue angle of 42.86º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5E5BD is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 189 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.04 |
| HSL | 42.86º | 0.74% | 0.85% | - |
| HSV(B) | 42.86º | 0.23% | 0.96% | - |
| XYZ | 74.86 | 79.13 | 59.47 | - |
| YUV | 229.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 189 | 0 | 0.07 | 0.23 | 0.04 | 42.86 | 0.74 | 0.85 |
| Hex | F5 | E5 | BD | 0 | 7 | 17 | 4 | 2B | 4A | 55 |
| Octal | 365 | 345 | 275 | 0 | 7 | 27 | 4 | 53 | 112 | 125 |
| Binary | 11110101 | 11100101 | 10111101 | 0 | 111 | 10111 | 100 | 101011 | 1001010 | 1010101 |
Color Harmonies of #F5E5BD
Complementary color
Monochromatic Colors of #F5E5BD
Black with #F5E5BD
Text Example
Text Example
White with #F5E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E5BD; }
p { color: rgb(245,229,189); }
H1.HeaderClassName
{
color: #F5E5BD;
}
.AnyTagClassName
{
color: #F5E5BD;
}
</style>
background-color css
<style>
a { background-color: #F5E5BD; }
a { background-color: rgb(245,229,189); }
div.DivClassName
{
background-color: #F5E5BD;
}
.BgClassName
{
background-color: #F5E5BD;
}
</style>
border-color css
<style>
span { border-color: #F5E5BD; }
span { border-color: rgb(245,229,189); }
td.TdClassName
{
border-color: #F5E5BD;
}
.TagClassName
{
border-color: #F5E5BD;
}
</style>