Shades of Milk Punch #F5E5BC
Tints of Milk Punch #F5E5BC
RGB
CMYK
RGB Variations
Color information
#F5E5BC (or 0xF5E5BC) is known color: Milk Punch. HEX triplet: F5, E5 and BC. RGB value is (245,229,188). Sum of RGB (Red+Green+Blue) = 245+229+188=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E5BC is #0A1A43. Grayscale: #E5E5E5. Windows color (decimal): -662084 or 12379637. OLE color: 12379637.
HSL color Cylindrical-coordinate representation of color #F5E5BC: hue angle of 43.16º 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 #F5E5BC is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 188 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.04 |
| HSL | 43.16º | 0.74% | 0.85% | - |
| HSV(B) | 43.16º | 0.23% | 0.96% | - |
| XYZ | 74.75 | 79.08 | 58.9 | - |
| YUV | 229.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 188 | 0 | 0.07 | 0.23 | 0.04 | 43.16 | 0.74 | 0.85 |
| Hex | F5 | E5 | BC | 0 | 7 | 17 | 4 | 2B | 4A | 55 |
| Octal | 365 | 345 | 274 | 0 | 7 | 27 | 4 | 53 | 112 | 125 |
| Binary | 11110101 | 11100101 | 10111100 | 0 | 111 | 10111 | 100 | 101011 | 1001010 | 1010101 |
Color Harmonies of #F5E5BC
Complementary color
Monochromatic Colors of #F5E5BC
Black with #F5E5BC
Text Example
Text Example
White with #F5E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E5BC; }
p { color: rgb(245,229,188); }
H1.HeaderClassName
{
color: #F5E5BC;
}
.AnyTagClassName
{
color: #F5E5BC;
}
</style>
background-color css
<style>
a { background-color: #F5E5BC; }
a { background-color: rgb(245,229,188); }
div.DivClassName
{
background-color: #F5E5BC;
}
.BgClassName
{
background-color: #F5E5BC;
}
</style>
border-color css
<style>
span { border-color: #F5E5BC; }
span { border-color: rgb(245,229,188); }
td.TdClassName
{
border-color: #F5E5BC;
}
.TagClassName
{
border-color: #F5E5BC;
}
</style>