Shades of Pig Pink #FFD9EC
Tints of Pig Pink #FFD9EC
RGB
CMYK
RGB Variations
Color information
#FFD9EC (or 0xFFD9EC) is known color: Pig Pink. HEX triplet: FF, D9 and EC. RGB value is (255,217,236). Sum of RGB (Red+Green+Blue) = 255+217+236=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9EC is #002613. Grayscale: #E6E6E6. Windows color (decimal): -9748 or 15522303. OLE color: 15522303.
HSL color Cylindrical-coordinate representation of color #FFD9EC: hue angle of 330º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9EC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 236 | - |
| CMYK | 0 | 0.15 | 0.07 | 0 |
| HSL | 330º | 1% | 0.93% | - |
| HSV(B) | 330º | 0.15% | 1% | - |
| XYZ | 81.19 | 76.94 | 89.93 | - |
| YUV | 230.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 236 | 0 | 0.15 | 0.07 | 0 | 330 | 1 | 0.93 |
| Hex | FF | D9 | EC | 0 | F | 7 | 0 | 14A | 64 | 5D |
| Octal | 377 | 331 | 354 | 0 | 17 | 7 | 0 | 512 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11101100 | 0 | 1111 | 111 | 0 | 101001010 | 1100100 | 1011101 |
Color Harmonies of #FFD9EC
Complementary color
Monochromatic Colors of #FFD9EC
Black with #FFD9EC
Text Example
Text Example
White with #FFD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9EC; }
p { color: rgb(255,217,236); }
H1.HeaderClassName
{
color: #FFD9EC;
}
.AnyTagClassName
{
color: #FFD9EC;
}
</style>
background-color css
<style>
a { background-color: #FFD9EC; }
a { background-color: rgb(255,217,236); }
div.DivClassName
{
background-color: #FFD9EC;
}
.BgClassName
{
background-color: #FFD9EC;
}
</style>
border-color css
<style>
span { border-color: #FFD9EC; }
span { border-color: rgb(255,217,236); }
td.TdClassName
{
border-color: #FFD9EC;
}
.TagClassName
{
border-color: #FFD9EC;
}
</style>