Shades of Pig Pink #F2E1EC
Tints of Pig Pink #F2E1EC
RGB
CMYK
RGB Variations
Color information
#F2E1EC (or 0xF2E1EC) is known color: Pig Pink. HEX triplet: F2, E1 and EC. RGB value is (242,225,236). Sum of RGB (Red+Green+Blue) = 242+225+236=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 225 (88.28% from 255 or 32.01% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1EC is #0D1E13. Grayscale: #E7E7E7. Windows color (decimal): -859668 or 15524338. OLE color: 15524338.
HSL color Cylindrical-coordinate representation of color #F2E1EC: hue angle of 321.18º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E1EC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 236 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.05 |
| HSL | 321.18º | 0.4% | 0.92% | - |
| HSV(B) | 321.18º | 0.07% | 0.95% | - |
| XYZ | 78.68 | 78.78 | 90.42 | - |
| YUV | 231.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 236 | 0 | 0.07 | 0.02 | 0.05 | 321.18 | 0.4 | 0.92 |
| Hex | F2 | E1 | EC | 0 | 7 | 2 | 5 | 141 | 28 | 5C |
| Octal | 362 | 341 | 354 | 0 | 7 | 2 | 5 | 501 | 50 | 134 |
| Binary | 11110010 | 11100001 | 11101100 | 0 | 111 | 10 | 101 | 101000001 | 101000 | 1011100 |
Color Harmonies of #F2E1EC
Complementary color
Monochromatic Colors of #F2E1EC
Black with #F2E1EC
Text Example
Text Example
White with #F2E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1EC; }
p { color: rgb(242,225,236); }
H1.HeaderClassName
{
color: #F2E1EC;
}
.AnyTagClassName
{
color: #F2E1EC;
}
</style>
background-color css
<style>
a { background-color: #F2E1EC; }
a { background-color: rgb(242,225,236); }
div.DivClassName
{
background-color: #F2E1EC;
}
.BgClassName
{
background-color: #F2E1EC;
}
</style>
border-color css
<style>
span { border-color: #F2E1EC; }
span { border-color: rgb(242,225,236); }
td.TdClassName
{
border-color: #F2E1EC;
}
.TagClassName
{
border-color: #F2E1EC;
}
</style>