Shades of Pig Pink #F7D4DF
Tints of Pig Pink #F7D4DF
RGB
CMYK
RGB Variations
Color information
#F7D4DF (or 0xF7D4DF) is known color: Pig Pink. HEX triplet: F7, D4 and DF. RGB value is (247,212,223). Sum of RGB (Red+Green+Blue) = 247+212+223=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D4DF is #082B20. Grayscale: #DFDFDF. Windows color (decimal): -535329 or 14669047. OLE color: 14669047.
HSL color Cylindrical-coordinate representation of color #F7D4DF: hue angle of 341.14º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7D4DF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 223 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.03 |
| HSL | 341.14º | 0.69% | 0.9% | - |
| HSV(B) | 341.14º | 0.14% | 0.97% | - |
| XYZ | 75.22 | 72.19 | 79.78 | - |
| YUV | 223.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 223 | 0 | 0.14 | 0.10 | 0.03 | 341.14 | 0.69 | 0.9 |
| Hex | F7 | D4 | DF | 0 | E | A | 3 | 155 | 45 | 5A |
| Octal | 367 | 324 | 337 | 0 | 16 | 12 | 3 | 525 | 105 | 132 |
| Binary | 11110111 | 11010100 | 11011111 | 0 | 1110 | 1010 | 11 | 101010101 | 1000101 | 1011010 |
Color Harmonies of #F7D4DF
Complementary color
Monochromatic Colors of #F7D4DF
Black with #F7D4DF
Text Example
Text Example
White with #F7D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4DF; }
p { color: rgb(247,212,223); }
H1.HeaderClassName
{
color: #F7D4DF;
}
.AnyTagClassName
{
color: #F7D4DF;
}
</style>
background-color css
<style>
a { background-color: #F7D4DF; }
a { background-color: rgb(247,212,223); }
div.DivClassName
{
background-color: #F7D4DF;
}
.BgClassName
{
background-color: #F7D4DF;
}
</style>
border-color css
<style>
span { border-color: #F7D4DF; }
span { border-color: rgb(247,212,223); }
td.TdClassName
{
border-color: #F7D4DF;
}
.TagClassName
{
border-color: #F7D4DF;
}
</style>