Shades of Milk Punch #F2E2BE
Tints of Milk Punch #F2E2BE
RGB
CMYK
RGB Variations
Color information
#F2E2BE (or 0xF2E2BE) is known color: Milk Punch. HEX triplet: F2, E2 and BE. RGB value is (242,226,190). Sum of RGB (Red+Green+Blue) = 242+226+190=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2BE is #0D1D41. Grayscale: #E2E2E2. Windows color (decimal): -859458 or 12509938. OLE color: 12509938.
HSL color Cylindrical-coordinate representation of color #F2E2BE: hue angle of 41.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2E2BE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 190 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.05 |
| HSL | 41.54º | 0.67% | 0.85% | - |
| HSV(B) | 41.54º | 0.21% | 0.95% | - |
| XYZ | 73.11 | 76.99 | 59.72 | - |
| YUV | 226.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 190 | 0 | 0.07 | 0.21 | 0.05 | 41.54 | 0.67 | 0.85 |
| Hex | F2 | E2 | BE | 0 | 7 | 15 | 5 | 2A | 43 | 55 |
| Octal | 362 | 342 | 276 | 0 | 7 | 25 | 5 | 52 | 103 | 125 |
| Binary | 11110010 | 11100010 | 10111110 | 0 | 111 | 10101 | 101 | 101010 | 1000011 | 1010101 |
Color Harmonies of #F2E2BE
Complementary color
Monochromatic Colors of #F2E2BE
Black with #F2E2BE
Text Example
Text Example
White with #F2E2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2BE; }
p { color: rgb(242,226,190); }
H1.HeaderClassName
{
color: #F2E2BE;
}
.AnyTagClassName
{
color: #F2E2BE;
}
</style>
background-color css
<style>
a { background-color: #F2E2BE; }
a { background-color: rgb(242,226,190); }
div.DivClassName
{
background-color: #F2E2BE;
}
.BgClassName
{
background-color: #F2E2BE;
}
</style>
border-color css
<style>
span { border-color: #F2E2BE; }
span { border-color: rgb(242,226,190); }
td.TdClassName
{
border-color: #F2E2BE;
}
.TagClassName
{
border-color: #F2E2BE;
}
</style>