Shades of Pig Pink #FFDCEC
Tints of Pig Pink #FFDCEC
RGB
CMYK
RGB Variations
Color information
#FFDCEC (or 0xFFDCEC) is known color: Pig Pink. HEX triplet: FF, DC and EC. RGB value is (255,220,236). Sum of RGB (Red+Green+Blue) = 255+220+236=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCEC is #002313. Grayscale: #E8E8E8. Windows color (decimal): -8980 or 15523071. OLE color: 15523071.
HSL color Cylindrical-coordinate representation of color #FFDCEC: hue angle of 332.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDCEC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 236 | - |
| CMYK | 0 | 0.14 | 0.07 | 0 |
| HSL | 332.57º | 1% | 0.93% | - |
| HSV(B) | 332.57º | 0.14% | 1% | - |
| XYZ | 81.97 | 78.5 | 90.19 | - |
| YUV | 232.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 236 | 0 | 0.14 | 0.07 | 0 | 332.57 | 1 | 0.93 |
| Hex | FF | DC | EC | 0 | E | 7 | 0 | 14D | 64 | 5D |
| Octal | 377 | 334 | 354 | 0 | 16 | 7 | 0 | 515 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11101100 | 0 | 1110 | 111 | 0 | 101001101 | 1100100 | 1011101 |
Color Harmonies of #FFDCEC
Complementary color
Monochromatic Colors of #FFDCEC
Black with #FFDCEC
Text Example
Text Example
White with #FFDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCEC; }
p { color: rgb(255,220,236); }
H1.HeaderClassName
{
color: #FFDCEC;
}
.AnyTagClassName
{
color: #FFDCEC;
}
</style>
background-color css
<style>
a { background-color: #FFDCEC; }
a { background-color: rgb(255,220,236); }
div.DivClassName
{
background-color: #FFDCEC;
}
.BgClassName
{
background-color: #FFDCEC;
}
</style>
border-color css
<style>
span { border-color: #FFDCEC; }
span { border-color: rgb(255,220,236); }
td.TdClassName
{
border-color: #FFDCEC;
}
.TagClassName
{
border-color: #FFDCEC;
}
</style>