Shades of Milk Punch #F2E3BE
Tints of Milk Punch #F2E3BE
RGB
CMYK
RGB Variations
Color information
#F2E3BE (or 0xF2E3BE) is known color: Milk Punch. HEX triplet: F2, E3 and BE. RGB value is (242,227,190). Sum of RGB (Red+Green+Blue) = 242+227+190=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3BE is #0D1C41. Grayscale: #E3E3E3. Windows color (decimal): -859202 or 12510194. OLE color: 12510194.
HSL color Cylindrical-coordinate representation of color #F2E3BE: hue angle of 42.69º 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 #F2E3BE is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 190 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.05 |
| HSL | 42.69º | 0.67% | 0.85% | - |
| HSV(B) | 42.69º | 0.21% | 0.95% | - |
| XYZ | 73.38 | 77.53 | 59.81 | - |
| YUV | 227.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 190 | 0 | 0.06 | 0.21 | 0.05 | 42.69 | 0.67 | 0.85 |
| Hex | F2 | E3 | BE | 0 | 6 | 15 | 5 | 2B | 43 | 55 |
| Octal | 362 | 343 | 276 | 0 | 6 | 25 | 5 | 53 | 103 | 125 |
| Binary | 11110010 | 11100011 | 10111110 | 0 | 110 | 10101 | 101 | 101011 | 1000011 | 1010101 |
Color Harmonies of #F2E3BE
Complementary color
Monochromatic Colors of #F2E3BE
Black with #F2E3BE
Text Example
Text Example
White with #F2E3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3BE; }
p { color: rgb(242,227,190); }
H1.HeaderClassName
{
color: #F2E3BE;
}
.AnyTagClassName
{
color: #F2E3BE;
}
</style>
background-color css
<style>
a { background-color: #F2E3BE; }
a { background-color: rgb(242,227,190); }
div.DivClassName
{
background-color: #F2E3BE;
}
.BgClassName
{
background-color: #F2E3BE;
}
</style>
border-color css
<style>
span { border-color: #F2E3BE; }
span { border-color: rgb(242,227,190); }
td.TdClassName
{
border-color: #F2E3BE;
}
.TagClassName
{
border-color: #F2E3BE;
}
</style>