Shades of Milk Punch #F2E4BF
Tints of Milk Punch #F2E4BF
RGB
CMYK
RGB Variations
Color information
#F2E4BF (or 0xF2E4BF) is known color: Milk Punch. HEX triplet: F2, E4 and BF. RGB value is (242,228,191). Sum of RGB (Red+Green+Blue) = 242+228+191=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4BF is #0D1B40. Grayscale: #E4E4E4. Windows color (decimal): -858945 or 12575986. OLE color: 12575986.
HSL color Cylindrical-coordinate representation of color #F2E4BF: hue angle of 43.53º 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 #F2E4BF is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 191 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.05 |
| HSL | 43.53º | 0.66% | 0.85% | - |
| HSV(B) | 43.53º | 0.21% | 0.95% | - |
| XYZ | 73.77 | 78.13 | 60.48 | - |
| YUV | 227.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 191 | 0 | 0.06 | 0.21 | 0.05 | 43.53 | 0.66 | 0.85 |
| Hex | F2 | E4 | BF | 0 | 6 | 15 | 5 | 2C | 42 | 55 |
| Octal | 362 | 344 | 277 | 0 | 6 | 25 | 5 | 54 | 102 | 125 |
| Binary | 11110010 | 11100100 | 10111111 | 0 | 110 | 10101 | 101 | 101100 | 1000010 | 1010101 |
Color Harmonies of #F2E4BF
Complementary color
Monochromatic Colors of #F2E4BF
Black with #F2E4BF
Text Example
Text Example
White with #F2E4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4BF; }
p { color: rgb(242,228,191); }
H1.HeaderClassName
{
color: #F2E4BF;
}
.AnyTagClassName
{
color: #F2E4BF;
}
</style>
background-color css
<style>
a { background-color: #F2E4BF; }
a { background-color: rgb(242,228,191); }
div.DivClassName
{
background-color: #F2E4BF;
}
.BgClassName
{
background-color: #F2E4BF;
}
</style>
border-color css
<style>
span { border-color: #F2E4BF; }
span { border-color: rgb(242,228,191); }
td.TdClassName
{
border-color: #F2E4BF;
}
.TagClassName
{
border-color: #F2E4BF;
}
</style>