Shades of Milk Punch #F3E3BD
Tints of Milk Punch #F3E3BD
RGB
CMYK
RGB Variations
Color information
#F3E3BD (or 0xF3E3BD) is known color: Milk Punch. HEX triplet: F3, E3 and BD. RGB value is (243,227,189). Sum of RGB (Red+Green+Blue) = 243+227+189=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E3BD is #0C1C42. Grayscale: #E3E3E3. Windows color (decimal): -793667 or 12444659. OLE color: 12444659.
HSL color Cylindrical-coordinate representation of color #F3E3BD: hue angle of 42.22º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3E3BD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 189 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.05 |
| HSL | 42.22º | 0.69% | 0.85% | - |
| HSV(B) | 42.22º | 0.22% | 0.95% | - |
| XYZ | 73.62 | 77.67 | 59.26 | - |
| YUV | 227.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 189 | 0 | 0.07 | 0.22 | 0.05 | 42.22 | 0.69 | 0.85 |
| Hex | F3 | E3 | BD | 0 | 7 | 16 | 5 | 2A | 45 | 55 |
| Octal | 363 | 343 | 275 | 0 | 7 | 26 | 5 | 52 | 105 | 125 |
| Binary | 11110011 | 11100011 | 10111101 | 0 | 111 | 10110 | 101 | 101010 | 1000101 | 1010101 |
Color Harmonies of #F3E3BD
Complementary color
Monochromatic Colors of #F3E3BD
Black with #F3E3BD
Text Example
Text Example
White with #F3E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E3BD; }
p { color: rgb(243,227,189); }
H1.HeaderClassName
{
color: #F3E3BD;
}
.AnyTagClassName
{
color: #F3E3BD;
}
</style>
background-color css
<style>
a { background-color: #F3E3BD; }
a { background-color: rgb(243,227,189); }
div.DivClassName
{
background-color: #F3E3BD;
}
.BgClassName
{
background-color: #F3E3BD;
}
</style>
border-color css
<style>
span { border-color: #F3E3BD; }
span { border-color: rgb(243,227,189); }
td.TdClassName
{
border-color: #F3E3BD;
}
.TagClassName
{
border-color: #F3E3BD;
}
</style>