Shades of Milk Punch #F6E3BE
Tints of Milk Punch #F6E3BE
RGB
CMYK
RGB Variations
Color information
#F6E3BE (or 0xF6E3BE) is known color: Milk Punch. HEX triplet: F6, E3 and BE. RGB value is (246,227,190). Sum of RGB (Red+Green+Blue) = 246+227+190=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3BE is #091C41. Grayscale: #E4E4E4. Windows color (decimal): -597058 or 12510198. OLE color: 12510198.
HSL color Cylindrical-coordinate representation of color #F6E3BE: hue angle of 39.64º degrees, saturation: 0.76, 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 #F6E3BE is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 190 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.04 |
| HSL | 39.64º | 0.76% | 0.85% | - |
| HSV(B) | 39.64º | 0.23% | 0.96% | - |
| XYZ | 74.77 | 78.25 | 59.88 | - |
| YUV | 228.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 190 | 0 | 0.08 | 0.23 | 0.04 | 39.64 | 0.76 | 0.85 |
| Hex | F6 | E3 | BE | 0 | 8 | 17 | 4 | 28 | 4C | 55 |
| Octal | 366 | 343 | 276 | 0 | 10 | 27 | 4 | 50 | 114 | 125 |
| Binary | 11110110 | 11100011 | 10111110 | 0 | 1000 | 10111 | 100 | 101000 | 1001100 | 1010101 |
Color Harmonies of #F6E3BE
Complementary color
Monochromatic Colors of #F6E3BE
Black with #F6E3BE
Text Example
Text Example
White with #F6E3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E3BE; }
p { color: rgb(246,227,190); }
H1.HeaderClassName
{
color: #F6E3BE;
}
.AnyTagClassName
{
color: #F6E3BE;
}
</style>
background-color css
<style>
a { background-color: #F6E3BE; }
a { background-color: rgb(246,227,190); }
div.DivClassName
{
background-color: #F6E3BE;
}
.BgClassName
{
background-color: #F6E3BE;
}
</style>
border-color css
<style>
span { border-color: #F6E3BE; }
span { border-color: rgb(246,227,190); }
td.TdClassName
{
border-color: #F6E3BE;
}
.TagClassName
{
border-color: #F6E3BE;
}
</style>