Shades of Milk Punch #F1E3C1
Tints of Milk Punch #F1E3C1
RGB
CMYK
RGB Variations
Color information
#F1E3C1 (or 0xF1E3C1) is known color: Milk Punch. HEX triplet: F1, E3 and C1. RGB value is (241,227,193). Sum of RGB (Red+Green+Blue) = 241+227+193=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3C1 is #0E1C3E. Grayscale: #E3E3E3. Windows color (decimal): -924735 or 12706801. OLE color: 12706801.
HSL color Cylindrical-coordinate representation of color #F1E3C1: hue angle of 42.5º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1E3C1 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 193 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.05 |
| HSL | 42.5º | 0.63% | 0.85% | - |
| HSV(B) | 42.5º | 0.2% | 0.95% | - |
| XYZ | 73.37 | 77.49 | 61.54 | - |
| YUV | 227.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 193 | 0 | 0.06 | 0.20 | 0.05 | 42.5 | 0.63 | 0.85 |
| Hex | F1 | E3 | C1 | 0 | 6 | 14 | 5 | 2A | 3F | 55 |
| Octal | 361 | 343 | 301 | 0 | 6 | 24 | 5 | 52 | 77 | 125 |
| Binary | 11110001 | 11100011 | 11000001 | 0 | 110 | 10100 | 101 | 101010 | 111111 | 1010101 |
Color Harmonies of #F1E3C1
Complementary color
Monochromatic Colors of #F1E3C1
Black with #F1E3C1
Text Example
Text Example
White with #F1E3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3C1; }
p { color: rgb(241,227,193); }
H1.HeaderClassName
{
color: #F1E3C1;
}
.AnyTagClassName
{
color: #F1E3C1;
}
</style>
background-color css
<style>
a { background-color: #F1E3C1; }
a { background-color: rgb(241,227,193); }
div.DivClassName
{
background-color: #F1E3C1;
}
.BgClassName
{
background-color: #F1E3C1;
}
</style>
border-color css
<style>
span { border-color: #F1E3C1; }
span { border-color: rgb(241,227,193); }
td.TdClassName
{
border-color: #F1E3C1;
}
.TagClassName
{
border-color: #F1E3C1;
}
</style>