Shades of Milk Punch #F5E6BD
Tints of Milk Punch #F5E6BD
RGB
CMYK
RGB Variations
Color information
#F5E6BD (or 0xF5E6BD) is known color: Milk Punch. HEX triplet: F5, E6 and BD. RGB value is (245,230,189). Sum of RGB (Red+Green+Blue) = 245+230+189=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E6BD is #0A1942. Grayscale: #E5E5E5. Windows color (decimal): -661827 or 12445429. OLE color: 12445429.
HSL color Cylindrical-coordinate representation of color #F5E6BD: hue angle of 43.93º 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 #F5E6BD is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 189 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.04 |
| HSL | 43.93º | 0.74% | 0.85% | - |
| HSV(B) | 43.93º | 0.23% | 0.96% | - |
| XYZ | 75.14 | 79.68 | 59.56 | - |
| YUV | 229.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 189 | 0 | 0.06 | 0.23 | 0.04 | 43.93 | 0.74 | 0.85 |
| Hex | F5 | E6 | BD | 0 | 6 | 17 | 4 | 2C | 4A | 55 |
| Octal | 365 | 346 | 275 | 0 | 6 | 27 | 4 | 54 | 112 | 125 |
| Binary | 11110101 | 11100110 | 10111101 | 0 | 110 | 10111 | 100 | 101100 | 1001010 | 1010101 |
Color Harmonies of #F5E6BD
Complementary color
Monochromatic Colors of #F5E6BD
Black with #F5E6BD
Text Example
Text Example
White with #F5E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E6BD; }
p { color: rgb(245,230,189); }
H1.HeaderClassName
{
color: #F5E6BD;
}
.AnyTagClassName
{
color: #F5E6BD;
}
</style>
background-color css
<style>
a { background-color: #F5E6BD; }
a { background-color: rgb(245,230,189); }
div.DivClassName
{
background-color: #F5E6BD;
}
.BgClassName
{
background-color: #F5E6BD;
}
</style>
border-color css
<style>
span { border-color: #F5E6BD; }
span { border-color: rgb(245,230,189); }
td.TdClassName
{
border-color: #F5E6BD;
}
.TagClassName
{
border-color: #F5E6BD;
}
</style>