Shades of Pig Pink #F7DDEF
Tints of Pig Pink #F7DDEF
RGB
CMYK
RGB Variations
Color information
#F7DDEF (or 0xF7DDEF) is known color: Pig Pink. HEX triplet: F7, DD and EF. RGB value is (247,221,239). Sum of RGB (Red+Green+Blue) = 247+221+239=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DDEF is #082210. Grayscale: #E6E6E6. Windows color (decimal): -533009 or 15719927. OLE color: 15719927.
HSL color Cylindrical-coordinate representation of color #F7DDEF: hue angle of 318.46º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DDEF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 239 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.03 |
| HSL | 318.46º | 0.62% | 0.92% | - |
| HSV(B) | 318.46º | 0.11% | 0.97% | - |
| XYZ | 79.79 | 77.72 | 92.46 | - |
| YUV | 230.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 239 | 0 | 0.11 | 0.03 | 0.03 | 318.46 | 0.62 | 0.92 |
| Hex | F7 | DD | EF | 0 | B | 3 | 3 | 13E | 3E | 5C |
| Octal | 367 | 335 | 357 | 0 | 13 | 3 | 3 | 476 | 76 | 134 |
| Binary | 11110111 | 11011101 | 11101111 | 0 | 1011 | 11 | 11 | 100111110 | 111110 | 1011100 |
Color Harmonies of #F7DDEF
Complementary color
Monochromatic Colors of #F7DDEF
Black with #F7DDEF
Text Example
Text Example
White with #F7DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DDEF; }
p { color: rgb(247,221,239); }
H1.HeaderClassName
{
color: #F7DDEF;
}
.AnyTagClassName
{
color: #F7DDEF;
}
</style>
background-color css
<style>
a { background-color: #F7DDEF; }
a { background-color: rgb(247,221,239); }
div.DivClassName
{
background-color: #F7DDEF;
}
.BgClassName
{
background-color: #F7DDEF;
}
</style>
border-color css
<style>
span { border-color: #F7DDEF; }
span { border-color: rgb(247,221,239); }
td.TdClassName
{
border-color: #F7DDEF;
}
.TagClassName
{
border-color: #F7DDEF;
}
</style>