Shades of Milk Punch #F1E2C2
Tints of Milk Punch #F1E2C2
RGB
CMYK
RGB Variations
Color information
#F1E2C2 (or 0xF1E2C2) is known color: Milk Punch. HEX triplet: F1, E2 and C2. RGB value is (241,226,194). Sum of RGB (Red+Green+Blue) = 241+226+194=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 194 (76.17% from 255 or 29.35% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2C2 is #0E1D3D. Grayscale: #E2E2E2. Windows color (decimal): -924990 or 12772081. OLE color: 12772081.
HSL color Cylindrical-coordinate representation of color #F1E2C2: hue angle of 40.85º 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 #F1E2C2 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 194 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.05 |
| HSL | 40.85º | 0.63% | 0.85% | - |
| HSV(B) | 40.85º | 0.2% | 0.95% | - |
| XYZ | 73.21 | 76.99 | 62.04 | - |
| YUV | 226.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 194 | 0 | 0.06 | 0.20 | 0.05 | 40.85 | 0.63 | 0.85 |
| Hex | F1 | E2 | C2 | 0 | 6 | 14 | 5 | 29 | 3F | 55 |
| Octal | 361 | 342 | 302 | 0 | 6 | 24 | 5 | 51 | 77 | 125 |
| Binary | 11110001 | 11100010 | 11000010 | 0 | 110 | 10100 | 101 | 101001 | 111111 | 1010101 |
Color Harmonies of #F1E2C2
Complementary color
Monochromatic Colors of #F1E2C2
Black with #F1E2C2
Text Example
Text Example
White with #F1E2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2C2; }
p { color: rgb(241,226,194); }
H1.HeaderClassName
{
color: #F1E2C2;
}
.AnyTagClassName
{
color: #F1E2C2;
}
</style>
background-color css
<style>
a { background-color: #F1E2C2; }
a { background-color: rgb(241,226,194); }
div.DivClassName
{
background-color: #F1E2C2;
}
.BgClassName
{
background-color: #F1E2C2;
}
</style>
border-color css
<style>
span { border-color: #F1E2C2; }
span { border-color: rgb(241,226,194); }
td.TdClassName
{
border-color: #F1E2C2;
}
.TagClassName
{
border-color: #F1E2C2;
}
</style>