Shades of Pig Pink #F7E0EC
Tints of Pig Pink #F7E0EC
RGB
CMYK
RGB Variations
Color information
#F7E0EC (or 0xF7E0EC) is known color: Pig Pink. HEX triplet: F7, E0 and EC. RGB value is (247,224,236). Sum of RGB (Red+Green+Blue) = 247+224+236=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E0EC is #081F13. Grayscale: #E8E8E8. Windows color (decimal): -532244 or 15524087. OLE color: 15524087.
HSL color Cylindrical-coordinate representation of color #F7E0EC: hue angle of 328.7º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E0EC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 236 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.03 |
| HSL | 328.7º | 0.59% | 0.92% | - |
| HSV(B) | 328.7º | 0.09% | 0.97% | - |
| XYZ | 80.15 | 79.14 | 90.41 | - |
| YUV | 232.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 236 | 0 | 0.09 | 0.04 | 0.03 | 328.7 | 0.59 | 0.92 |
| Hex | F7 | E0 | EC | 0 | 9 | 4 | 3 | 149 | 3B | 5C |
| Octal | 367 | 340 | 354 | 0 | 11 | 4 | 3 | 511 | 73 | 134 |
| Binary | 11110111 | 11100000 | 11101100 | 0 | 1001 | 100 | 11 | 101001001 | 111011 | 1011100 |
Color Harmonies of #F7E0EC
Complementary color
Monochromatic Colors of #F7E0EC
Black with #F7E0EC
Text Example
Text Example
White with #F7E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0EC; }
p { color: rgb(247,224,236); }
H1.HeaderClassName
{
color: #F7E0EC;
}
.AnyTagClassName
{
color: #F7E0EC;
}
</style>
background-color css
<style>
a { background-color: #F7E0EC; }
a { background-color: rgb(247,224,236); }
div.DivClassName
{
background-color: #F7E0EC;
}
.BgClassName
{
background-color: #F7E0EC;
}
</style>
border-color css
<style>
span { border-color: #F7E0EC; }
span { border-color: rgb(247,224,236); }
td.TdClassName
{
border-color: #F7E0EC;
}
.TagClassName
{
border-color: #F7E0EC;
}
</style>