Shades of Pig Pink #FFD6E6
Tints of Pig Pink #FFD6E6
RGB
CMYK
RGB Variations
Color information
#FFD6E6 (or 0xFFD6E6) is known color: Pig Pink. HEX triplet: FF, D6 and E6. RGB value is (255,214,230). Sum of RGB (Red+Green+Blue) = 255+214+230=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 214 (83.98% from 255 or 30.62% from 699); Blue value is 230 (90.23% from 255 or 32.90% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6E6 is #002919. Grayscale: #E4E4E4. Windows color (decimal): -10522 or 15128319. OLE color: 15128319.
HSL color Cylindrical-coordinate representation of color #FFD6E6: hue angle of 336.59º 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 #FFD6E6 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 230 | - |
| CMYK | 0 | 0.16 | 0.10 | 0 |
| HSL | 336.59º | 1% | 0.92% | - |
| HSV(B) | 336.59º | 0.16% | 1% | - |
| XYZ | 79.57 | 75.07 | 85.16 | - |
| YUV | 228.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 230 | 0 | 0.16 | 0.10 | 0 | 336.59 | 1 | 0.92 |
| Hex | FF | D6 | E6 | 0 | 10 | A | 0 | 151 | 64 | 5C |
| Octal | 377 | 326 | 346 | 0 | 20 | 12 | 0 | 521 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11100110 | 0 | 10000 | 1010 | 0 | 101010001 | 1100100 | 1011100 |
Color Harmonies of #FFD6E6
Complementary color
Monochromatic Colors of #FFD6E6
Black with #FFD6E6
Text Example
Text Example
White with #FFD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6E6; }
p { color: rgb(255,214,230); }
H1.HeaderClassName
{
color: #FFD6E6;
}
.AnyTagClassName
{
color: #FFD6E6;
}
</style>
background-color css
<style>
a { background-color: #FFD6E6; }
a { background-color: rgb(255,214,230); }
div.DivClassName
{
background-color: #FFD6E6;
}
.BgClassName
{
background-color: #FFD6E6;
}
</style>
border-color css
<style>
span { border-color: #FFD6E6; }
span { border-color: rgb(255,214,230); }
td.TdClassName
{
border-color: #FFD6E6;
}
.TagClassName
{
border-color: #FFD6E6;
}
</style>