Shades of Milk Punch #F5E4BC
Tints of Milk Punch #F5E4BC
RGB
CMYK
RGB Variations
Color information
#F5E4BC (or 0xF5E4BC) is known color: Milk Punch. HEX triplet: F5, E4 and BC. RGB value is (245,228,188). Sum of RGB (Red+Green+Blue) = 245+228+188=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E4BC is #0A1B43. Grayscale: #E4E4E4. Windows color (decimal): -662340 or 12379381. OLE color: 12379381.
HSL color Cylindrical-coordinate representation of color #F5E4BC: hue angle of 42.11º 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 #F5E4BC is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 188 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.04 |
| HSL | 42.11º | 0.74% | 0.85% | - |
| HSV(B) | 42.11º | 0.23% | 0.96% | - |
| XYZ | 74.48 | 78.53 | 58.81 | - |
| YUV | 228.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 188 | 0 | 0.07 | 0.23 | 0.04 | 42.11 | 0.74 | 0.85 |
| Hex | F5 | E4 | BC | 0 | 7 | 17 | 4 | 2A | 4A | 55 |
| Octal | 365 | 344 | 274 | 0 | 7 | 27 | 4 | 52 | 112 | 125 |
| Binary | 11110101 | 11100100 | 10111100 | 0 | 111 | 10111 | 100 | 101010 | 1001010 | 1010101 |
Color Harmonies of #F5E4BC
Complementary color
Monochromatic Colors of #F5E4BC
Black with #F5E4BC
Text Example
Text Example
White with #F5E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E4BC; }
p { color: rgb(245,228,188); }
H1.HeaderClassName
{
color: #F5E4BC;
}
.AnyTagClassName
{
color: #F5E4BC;
}
</style>
background-color css
<style>
a { background-color: #F5E4BC; }
a { background-color: rgb(245,228,188); }
div.DivClassName
{
background-color: #F5E4BC;
}
.BgClassName
{
background-color: #F5E4BC;
}
</style>
border-color css
<style>
span { border-color: #F5E4BC; }
span { border-color: rgb(245,228,188); }
td.TdClassName
{
border-color: #F5E4BC;
}
.TagClassName
{
border-color: #F5E4BC;
}
</style>