Shades of Milk Punch #F6E6BC
Tints of Milk Punch #F6E6BC
RGB
CMYK
RGB Variations
Color information
#F6E6BC (or 0xF6E6BC) is known color: Milk Punch. HEX triplet: F6, E6 and BC. RGB value is (246,230,188). Sum of RGB (Red+Green+Blue) = 246+230+188=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E6BC is #091943. Grayscale: #E6E6E6. Windows color (decimal): -596292 or 12379894. OLE color: 12379894.
HSL color Cylindrical-coordinate representation of color #F6E6BC: hue angle of 43.45º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6E6BC is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 188 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.04 |
| HSL | 43.45º | 0.76% | 0.85% | - |
| HSV(B) | 43.45º | 0.24% | 0.96% | - |
| XYZ | 75.38 | 79.82 | 59.01 | - |
| YUV | 230 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 188 | 0 | 0.07 | 0.24 | 0.04 | 43.45 | 0.76 | 0.85 |
| Hex | F6 | E6 | BC | 0 | 7 | 18 | 4 | 2B | 4C | 55 |
| Octal | 366 | 346 | 274 | 0 | 7 | 30 | 4 | 53 | 114 | 125 |
| Binary | 11110110 | 11100110 | 10111100 | 0 | 111 | 11000 | 100 | 101011 | 1001100 | 1010101 |
Color Harmonies of #F6E6BC
Complementary color
Monochromatic Colors of #F6E6BC
Black with #F6E6BC
Text Example
Text Example
White with #F6E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E6BC; }
p { color: rgb(246,230,188); }
H1.HeaderClassName
{
color: #F6E6BC;
}
.AnyTagClassName
{
color: #F6E6BC;
}
</style>
background-color css
<style>
a { background-color: #F6E6BC; }
a { background-color: rgb(246,230,188); }
div.DivClassName
{
background-color: #F6E6BC;
}
.BgClassName
{
background-color: #F6E6BC;
}
</style>
border-color css
<style>
span { border-color: #F6E6BC; }
span { border-color: rgb(246,230,188); }
td.TdClassName
{
border-color: #F6E6BC;
}
.TagClassName
{
border-color: #F6E6BC;
}
</style>