Shades of Pig Pink #FFD6E1
Tints of Pig Pink #FFD6E1
RGB
CMYK
RGB Variations
Color information
#FFD6E1 (or 0xFFD6E1) is known color: Pig Pink. HEX triplet: FF, D6 and E1. RGB value is (255,214,225). Sum of RGB (Red+Green+Blue) = 255+214+225=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 214 (83.98% from 255 or 30.84% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6E1 is #00291E. Grayscale: #E3E3E3. Windows color (decimal): -10527 or 14800639. OLE color: 14800639.
HSL color Cylindrical-coordinate representation of color #FFD6E1: hue angle of 343.9º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6E1 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 225 | - |
| CMYK | 0 | 0.16 | 0.12 | 0 |
| HSL | 343.9º | 1% | 0.92% | - |
| HSV(B) | 343.9º | 0.16% | 1% | - |
| XYZ | 78.88 | 74.79 | 81.51 | - |
| YUV | 227.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 225 | 0 | 0.16 | 0.12 | 0 | 343.9 | 1 | 0.92 |
| Hex | FF | D6 | E1 | 0 | 10 | C | 0 | 158 | 64 | 5C |
| Octal | 377 | 326 | 341 | 0 | 20 | 14 | 0 | 530 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11100001 | 0 | 10000 | 1100 | 0 | 101011000 | 1100100 | 1011100 |
Color Harmonies of #FFD6E1
Complementary color
Monochromatic Colors of #FFD6E1
Black with #FFD6E1
Text Example
Text Example
White with #FFD6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6E1; }
p { color: rgb(255,214,225); }
H1.HeaderClassName
{
color: #FFD6E1;
}
.AnyTagClassName
{
color: #FFD6E1;
}
</style>
background-color css
<style>
a { background-color: #FFD6E1; }
a { background-color: rgb(255,214,225); }
div.DivClassName
{
background-color: #FFD6E1;
}
.BgClassName
{
background-color: #FFD6E1;
}
</style>
border-color css
<style>
span { border-color: #FFD6E1; }
span { border-color: rgb(255,214,225); }
td.TdClassName
{
border-color: #FFD6E1;
}
.TagClassName
{
border-color: #FFD6E1;
}
</style>