Shades of Milk Punch #F5E3BF
Tints of Milk Punch #F5E3BF
RGB
CMYK
RGB Variations
Color information
#F5E3BF (or 0xF5E3BF) is known color: Milk Punch. HEX triplet: F5, E3 and BF. RGB value is (245,227,191). Sum of RGB (Red+Green+Blue) = 245+227+191=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E3BF is #0A1C40. Grayscale: #E4E4E4. Windows color (decimal): -662593 or 12575733. OLE color: 12575733.
HSL color Cylindrical-coordinate representation of color #F5E3BF: hue angle of 40º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5E3BF is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 191 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.04 |
| HSL | 40º | 0.73% | 0.85% | - |
| HSV(B) | 40º | 0.22% | 0.96% | - |
| XYZ | 74.53 | 78.11 | 60.44 | - |
| YUV | 228.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 191 | 0 | 0.07 | 0.22 | 0.04 | 40 | 0.73 | 0.85 |
| Hex | F5 | E3 | BF | 0 | 7 | 16 | 4 | 28 | 49 | 55 |
| Octal | 365 | 343 | 277 | 0 | 7 | 26 | 4 | 50 | 111 | 125 |
| Binary | 11110101 | 11100011 | 10111111 | 0 | 111 | 10110 | 100 | 101000 | 1001001 | 1010101 |
Color Harmonies of #F5E3BF
Complementary color
Monochromatic Colors of #F5E3BF
Black with #F5E3BF
Text Example
Text Example
White with #F5E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E3BF; }
p { color: rgb(245,227,191); }
H1.HeaderClassName
{
color: #F5E3BF;
}
.AnyTagClassName
{
color: #F5E3BF;
}
</style>
background-color css
<style>
a { background-color: #F5E3BF; }
a { background-color: rgb(245,227,191); }
div.DivClassName
{
background-color: #F5E3BF;
}
.BgClassName
{
background-color: #F5E3BF;
}
</style>
border-color css
<style>
span { border-color: #F5E3BF; }
span { border-color: rgb(245,227,191); }
td.TdClassName
{
border-color: #F5E3BF;
}
.TagClassName
{
border-color: #F5E3BF;
}
</style>