Shades of Pig Pink #F7D6EC
Tints of Pig Pink #F7D6EC
RGB
CMYK
RGB Variations
Color information
#F7D6EC (or 0xF7D6EC) is known color: Pig Pink. HEX triplet: F7, D6 and EC. RGB value is (247,214,236). Sum of RGB (Red+Green+Blue) = 247+214+236=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D6EC is #082913. Grayscale: #E2E2E2. Windows color (decimal): -534804 or 15521527. OLE color: 15521527.
HSL color Cylindrical-coordinate representation of color #F7D6EC: hue angle of 320º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D6EC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 236 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.03 |
| HSL | 320º | 0.67% | 0.9% | - |
| HSV(B) | 320º | 0.13% | 0.97% | - |
| XYZ | 77.54 | 73.92 | 89.54 | - |
| YUV | 226.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 236 | 0 | 0.13 | 0.04 | 0.03 | 320 | 0.67 | 0.9 |
| Hex | F7 | D6 | EC | 0 | D | 4 | 3 | 140 | 43 | 5A |
| Octal | 367 | 326 | 354 | 0 | 15 | 4 | 3 | 500 | 103 | 132 |
| Binary | 11110111 | 11010110 | 11101100 | 0 | 1101 | 100 | 11 | 101000000 | 1000011 | 1011010 |
Color Harmonies of #F7D6EC
Complementary color
Monochromatic Colors of #F7D6EC
Black with #F7D6EC
Text Example
Text Example
White with #F7D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D6EC; }
p { color: rgb(247,214,236); }
H1.HeaderClassName
{
color: #F7D6EC;
}
.AnyTagClassName
{
color: #F7D6EC;
}
</style>
background-color css
<style>
a { background-color: #F7D6EC; }
a { background-color: rgb(247,214,236); }
div.DivClassName
{
background-color: #F7D6EC;
}
.BgClassName
{
background-color: #F7D6EC;
}
</style>
border-color css
<style>
span { border-color: #F7D6EC; }
span { border-color: rgb(247,214,236); }
td.TdClassName
{
border-color: #F7D6EC;
}
.TagClassName
{
border-color: #F7D6EC;
}
</style>