Shades of Pig Pink #F7D9EF
Tints of Pig Pink #F7D9EF
RGB
CMYK
RGB Variations
Color information
#F7D9EF (or 0xF7D9EF) is known color: Pig Pink. HEX triplet: F7, D9 and EF. RGB value is (247,217,239). Sum of RGB (Red+Green+Blue) = 247+217+239=703 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.14% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D9EF is #082610. Grayscale: #E4E4E4. Windows color (decimal): -534033 or 15718903. OLE color: 15718903.
HSL color Cylindrical-coordinate representation of color #F7D9EF: hue angle of 316º 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 #F7D9EF is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 239 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.03 |
| HSL | 316º | 0.65% | 0.91% | - |
| HSV(B) | 316º | 0.12% | 0.97% | - |
| XYZ | 78.75 | 75.63 | 92.11 | - |
| YUV | 228.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 239 | 0 | 0.12 | 0.03 | 0.03 | 316 | 0.65 | 0.91 |
| Hex | F7 | D9 | EF | 0 | C | 3 | 3 | 13C | 41 | 5B |
| Octal | 367 | 331 | 357 | 0 | 14 | 3 | 3 | 474 | 101 | 133 |
| Binary | 11110111 | 11011001 | 11101111 | 0 | 1100 | 11 | 11 | 100111100 | 1000001 | 1011011 |
Color Harmonies of #F7D9EF
Complementary color
Monochromatic Colors of #F7D9EF
Black with #F7D9EF
Text Example
Text Example
White with #F7D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D9EF; }
p { color: rgb(247,217,239); }
H1.HeaderClassName
{
color: #F7D9EF;
}
.AnyTagClassName
{
color: #F7D9EF;
}
</style>
background-color css
<style>
a { background-color: #F7D9EF; }
a { background-color: rgb(247,217,239); }
div.DivClassName
{
background-color: #F7D9EF;
}
.BgClassName
{
background-color: #F7D9EF;
}
</style>
border-color css
<style>
span { border-color: #F7D9EF; }
span { border-color: rgb(247,217,239); }
td.TdClassName
{
border-color: #F7D9EF;
}
.TagClassName
{
border-color: #F7D9EF;
}
</style>