Shades of Pig Pink #F7D9EC
Tints of Pig Pink #F7D9EC
RGB
CMYK
RGB Variations
Color information
#F7D9EC (or 0xF7D9EC) is known color: Pig Pink. HEX triplet: F7, D9 and EC. RGB value is (247,217,236). Sum of RGB (Red+Green+Blue) = 247+217+236=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D9EC is #082613. Grayscale: #E4E4E4. Windows color (decimal): -534036 or 15522295. OLE color: 15522295.
HSL color Cylindrical-coordinate representation of color #F7D9EC: hue angle of 322º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F7D9EC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 236 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.03 |
| HSL | 322º | 0.65% | 0.91% | - |
| HSV(B) | 322º | 0.12% | 0.97% | - |
| XYZ | 78.31 | 75.46 | 89.79 | - |
| YUV | 228.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 236 | 0 | 0.12 | 0.04 | 0.03 | 322 | 0.65 | 0.91 |
| Hex | F7 | D9 | EC | 0 | C | 4 | 3 | 142 | 41 | 5B |
| Octal | 367 | 331 | 354 | 0 | 14 | 4 | 3 | 502 | 101 | 133 |
| Binary | 11110111 | 11011001 | 11101100 | 0 | 1100 | 100 | 11 | 101000010 | 1000001 | 1011011 |
Color Harmonies of #F7D9EC
Complementary color
Monochromatic Colors of #F7D9EC
Black with #F7D9EC
Text Example
Text Example
White with #F7D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D9EC; }
p { color: rgb(247,217,236); }
H1.HeaderClassName
{
color: #F7D9EC;
}
.AnyTagClassName
{
color: #F7D9EC;
}
</style>
background-color css
<style>
a { background-color: #F7D9EC; }
a { background-color: rgb(247,217,236); }
div.DivClassName
{
background-color: #F7D9EC;
}
.BgClassName
{
background-color: #F7D9EC;
}
</style>
border-color css
<style>
span { border-color: #F7D9EC; }
span { border-color: rgb(247,217,236); }
td.TdClassName
{
border-color: #F7D9EC;
}
.TagClassName
{
border-color: #F7D9EC;
}
</style>