Shades of Pig Pink #F7E1EC
Tints of Pig Pink #F7E1EC
RGB
CMYK
RGB Variations
Color information
#F7E1EC (or 0xF7E1EC) is known color: Pig Pink. HEX triplet: F7, E1 and EC. RGB value is (247,225,236). Sum of RGB (Red+Green+Blue) = 247+225+236=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E1EC is #081E13. Grayscale: #E8E8E8. Windows color (decimal): -531988 or 15524343. OLE color: 15524343.
HSL color Cylindrical-coordinate representation of color #F7E1EC: hue angle of 330º degrees, saturation: 0.58, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E1EC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 236 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.03 |
| HSL | 330º | 0.58% | 0.93% | - |
| HSV(B) | 330º | 0.09% | 0.97% | - |
| XYZ | 80.42 | 79.68 | 90.5 | - |
| YUV | 232.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 236 | 0 | 0.09 | 0.04 | 0.03 | 330 | 0.58 | 0.93 |
| Hex | F7 | E1 | EC | 0 | 9 | 4 | 3 | 14A | 3A | 5D |
| Octal | 367 | 341 | 354 | 0 | 11 | 4 | 3 | 512 | 72 | 135 |
| Binary | 11110111 | 11100001 | 11101100 | 0 | 1001 | 100 | 11 | 101001010 | 111010 | 1011101 |
Color Harmonies of #F7E1EC
Complementary color
Monochromatic Colors of #F7E1EC
Black with #F7E1EC
Text Example
Text Example
White with #F7E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1EC; }
p { color: rgb(247,225,236); }
H1.HeaderClassName
{
color: #F7E1EC;
}
.AnyTagClassName
{
color: #F7E1EC;
}
</style>
background-color css
<style>
a { background-color: #F7E1EC; }
a { background-color: rgb(247,225,236); }
div.DivClassName
{
background-color: #F7E1EC;
}
.BgClassName
{
background-color: #F7E1EC;
}
</style>
border-color css
<style>
span { border-color: #F7E1EC; }
span { border-color: rgb(247,225,236); }
td.TdClassName
{
border-color: #F7E1EC;
}
.TagClassName
{
border-color: #F7E1EC;
}
</style>