Shades of Milk Punch #F2E2BF
Tints of Milk Punch #F2E2BF
RGB
CMYK
RGB Variations
Color information
#F2E2BF (or 0xF2E2BF) is known color: Milk Punch. HEX triplet: F2, E2 and BF. RGB value is (242,226,191). Sum of RGB (Red+Green+Blue) = 242+226+191=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2BF is #0D1D40. Grayscale: #E2E2E2. Windows color (decimal): -859457 or 12575474. OLE color: 12575474.
HSL color Cylindrical-coordinate representation of color #F2E2BF: hue angle of 41.18º degrees, saturation: 0.66, 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 #F2E2BF is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 191 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.05 |
| HSL | 41.18º | 0.66% | 0.85% | - |
| HSV(B) | 41.18º | 0.21% | 0.95% | - |
| XYZ | 73.22 | 77.03 | 60.3 | - |
| YUV | 226.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 191 | 0 | 0.07 | 0.21 | 0.05 | 41.18 | 0.66 | 0.85 |
| Hex | F2 | E2 | BF | 0 | 7 | 15 | 5 | 29 | 42 | 55 |
| Octal | 362 | 342 | 277 | 0 | 7 | 25 | 5 | 51 | 102 | 125 |
| Binary | 11110010 | 11100010 | 10111111 | 0 | 111 | 10101 | 101 | 101001 | 1000010 | 1010101 |
Color Harmonies of #F2E2BF
Complementary color
Monochromatic Colors of #F2E2BF
Black with #F2E2BF
Text Example
Text Example
White with #F2E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2BF; }
p { color: rgb(242,226,191); }
H1.HeaderClassName
{
color: #F2E2BF;
}
.AnyTagClassName
{
color: #F2E2BF;
}
</style>
background-color css
<style>
a { background-color: #F2E2BF; }
a { background-color: rgb(242,226,191); }
div.DivClassName
{
background-color: #F2E2BF;
}
.BgClassName
{
background-color: #F2E2BF;
}
</style>
border-color css
<style>
span { border-color: #F2E2BF; }
span { border-color: rgb(242,226,191); }
td.TdClassName
{
border-color: #F2E2BF;
}
.TagClassName
{
border-color: #F2E2BF;
}
</style>