Shades of Pig Pink #F7D4DE
Tints of Pig Pink #F7D4DE
RGB
CMYK
RGB Variations
Color information
#F7D4DE (or 0xF7D4DE) is known color: Pig Pink. HEX triplet: F7, D4 and DE. RGB value is (247,212,222). Sum of RGB (Red+Green+Blue) = 247+212+222=681 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.27% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D4DE is #082B21. Grayscale: #DFDFDF. Windows color (decimal): -535330 or 14603511. OLE color: 14603511.
HSL color Cylindrical-coordinate representation of color #F7D4DE: hue angle of 342.86º 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 #F7D4DE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 222 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.03 |
| HSL | 342.86º | 0.69% | 0.9% | - |
| HSV(B) | 342.86º | 0.14% | 0.97% | - |
| XYZ | 75.09 | 72.14 | 79.07 | - |
| YUV | 223.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 222 | 0 | 0.14 | 0.10 | 0.03 | 342.86 | 0.69 | 0.9 |
| Hex | F7 | D4 | DE | 0 | E | A | 3 | 157 | 45 | 5A |
| Octal | 367 | 324 | 336 | 0 | 16 | 12 | 3 | 527 | 105 | 132 |
| Binary | 11110111 | 11010100 | 11011110 | 0 | 1110 | 1010 | 11 | 101010111 | 1000101 | 1011010 |
Color Harmonies of #F7D4DE
Complementary color
Monochromatic Colors of #F7D4DE
Black with #F7D4DE
Text Example
Text Example
White with #F7D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4DE; }
p { color: rgb(247,212,222); }
H1.HeaderClassName
{
color: #F7D4DE;
}
.AnyTagClassName
{
color: #F7D4DE;
}
</style>
background-color css
<style>
a { background-color: #F7D4DE; }
a { background-color: rgb(247,212,222); }
div.DivClassName
{
background-color: #F7D4DE;
}
.BgClassName
{
background-color: #F7D4DE;
}
</style>
border-color css
<style>
span { border-color: #F7D4DE; }
span { border-color: rgb(247,212,222); }
td.TdClassName
{
border-color: #F7D4DE;
}
.TagClassName
{
border-color: #F7D4DE;
}
</style>