Shades of Milk Punch #F7E3BD
Tints of Milk Punch #F7E3BD
RGB
CMYK
RGB Variations
Color information
#F7E3BD (or 0xF7E3BD) is known color: Milk Punch. HEX triplet: F7, E3 and BD. RGB value is (247,227,189). Sum of RGB (Red+Green+Blue) = 247+227+189=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E3BD is #081C42. Grayscale: #E4E4E4. Windows color (decimal): -531523 or 12444663. OLE color: 12444663.
HSL color Cylindrical-coordinate representation of color #F7E3BD: hue angle of 39.31º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7E3BD is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 227 | 189 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.03 |
| HSL | 39.31º | 0.78% | 0.85% | - |
| HSV(B) | 39.31º | 0.23% | 0.97% | - |
| XYZ | 75.01 | 78.39 | 59.32 | - |
| YUV | 228.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 227 | 189 | 0 | 0.08 | 0.23 | 0.03 | 39.31 | 0.78 | 0.85 |
| Hex | F7 | E3 | BD | 0 | 8 | 17 | 3 | 27 | 4E | 55 |
| Octal | 367 | 343 | 275 | 0 | 10 | 27 | 3 | 47 | 116 | 125 |
| Binary | 11110111 | 11100011 | 10111101 | 0 | 1000 | 10111 | 11 | 100111 | 1001110 | 1010101 |
Color Harmonies of #F7E3BD
Complementary color
Monochromatic Colors of #F7E3BD
Black with #F7E3BD
Text Example
Text Example
White with #F7E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E3BD; }
p { color: rgb(247,227,189); }
H1.HeaderClassName
{
color: #F7E3BD;
}
.AnyTagClassName
{
color: #F7E3BD;
}
</style>
background-color css
<style>
a { background-color: #F7E3BD; }
a { background-color: rgb(247,227,189); }
div.DivClassName
{
background-color: #F7E3BD;
}
.BgClassName
{
background-color: #F7E3BD;
}
</style>
border-color css
<style>
span { border-color: #F7E3BD; }
span { border-color: rgb(247,227,189); }
td.TdClassName
{
border-color: #F7E3BD;
}
.TagClassName
{
border-color: #F7E3BD;
}
</style>