Shades of Pig Pink #F2E0EC
Tints of Pig Pink #F2E0EC
RGB
CMYK
RGB Variations
Color information
#F2E0EC (or 0xF2E0EC) is known color: Pig Pink. HEX triplet: F2, E0 and EC. RGB value is (242,224,236). Sum of RGB (Red+Green+Blue) = 242+224+236=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0EC is #0D1F13. Grayscale: #E6E6E6. Windows color (decimal): -859924 or 15524082. OLE color: 15524082.
HSL color Cylindrical-coordinate representation of color #F2E0EC: hue angle of 320º degrees, saturation: 0.41, 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 #F2E0EC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 236 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.05 |
| HSL | 320º | 0.41% | 0.91% | - |
| HSV(B) | 320º | 0.07% | 0.95% | - |
| XYZ | 78.41 | 78.24 | 90.33 | - |
| YUV | 230.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 236 | 0 | 0.07 | 0.02 | 0.05 | 320 | 0.41 | 0.91 |
| Hex | F2 | E0 | EC | 0 | 7 | 2 | 5 | 140 | 29 | 5B |
| Octal | 362 | 340 | 354 | 0 | 7 | 2 | 5 | 500 | 51 | 133 |
| Binary | 11110010 | 11100000 | 11101100 | 0 | 111 | 10 | 101 | 101000000 | 101001 | 1011011 |
Color Harmonies of #F2E0EC
Complementary color
Monochromatic Colors of #F2E0EC
Black with #F2E0EC
Text Example
Text Example
White with #F2E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0EC; }
p { color: rgb(242,224,236); }
H1.HeaderClassName
{
color: #F2E0EC;
}
.AnyTagClassName
{
color: #F2E0EC;
}
</style>
background-color css
<style>
a { background-color: #F2E0EC; }
a { background-color: rgb(242,224,236); }
div.DivClassName
{
background-color: #F2E0EC;
}
.BgClassName
{
background-color: #F2E0EC;
}
</style>
border-color css
<style>
span { border-color: #F2E0EC; }
span { border-color: rgb(242,224,236); }
td.TdClassName
{
border-color: #F2E0EC;
}
.TagClassName
{
border-color: #F2E0EC;
}
</style>