Shades of Pig Pink #F1E0EC
Tints of Pig Pink #F1E0EC
RGB
CMYK
RGB Variations
Color information
#F1E0EC (or 0xF1E0EC) is known color: Pig Pink. HEX triplet: F1, E0 and EC. RGB value is (241,224,236). Sum of RGB (Red+Green+Blue) = 241+224+236=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0EC is #0E1F13. Grayscale: #E6E6E6. Windows color (decimal): -925460 or 15524081. OLE color: 15524081.
HSL color Cylindrical-coordinate representation of color #F1E0EC: hue angle of 317.65º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E0EC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 236 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.05 |
| HSL | 317.65º | 0.38% | 0.91% | - |
| HSV(B) | 317.65º | 0.07% | 0.95% | - |
| XYZ | 78.07 | 78.07 | 90.31 | - |
| YUV | 230.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 236 | 0 | 0.07 | 0.02 | 0.05 | 317.65 | 0.38 | 0.91 |
| Hex | F1 | E0 | EC | 0 | 7 | 2 | 5 | 13E | 26 | 5B |
| Octal | 361 | 340 | 354 | 0 | 7 | 2 | 5 | 476 | 46 | 133 |
| Binary | 11110001 | 11100000 | 11101100 | 0 | 111 | 10 | 101 | 100111110 | 100110 | 1011011 |
Color Harmonies of #F1E0EC
Complementary color
Monochromatic Colors of #F1E0EC
Black with #F1E0EC
Text Example
Text Example
White with #F1E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0EC; }
p { color: rgb(241,224,236); }
H1.HeaderClassName
{
color: #F1E0EC;
}
.AnyTagClassName
{
color: #F1E0EC;
}
</style>
background-color css
<style>
a { background-color: #F1E0EC; }
a { background-color: rgb(241,224,236); }
div.DivClassName
{
background-color: #F1E0EC;
}
.BgClassName
{
background-color: #F1E0EC;
}
</style>
border-color css
<style>
span { border-color: #F1E0EC; }
span { border-color: rgb(241,224,236); }
td.TdClassName
{
border-color: #F1E0EC;
}
.TagClassName
{
border-color: #F1E0EC;
}
</style>