Shades of Pig Pink #FFDCE6
Tints of Pig Pink #FFDCE6
RGB
CMYK
RGB Variations
Color information
#FFDCE6 (or 0xFFDCE6) is known color: Pig Pink. HEX triplet: FF, DC and E6. RGB value is (255,220,230). Sum of RGB (Red+Green+Blue) = 255+220+230=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCE6 is #002319. Grayscale: #E7E7E7. Windows color (decimal): -8986 or 15129855. OLE color: 15129855.
HSL color Cylindrical-coordinate representation of color #FFDCE6: hue angle of 342.86º 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 #FFDCE6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 230 | - |
| CMYK | 0 | 0.14 | 0.10 | 0 |
| HSL | 342.86º | 1% | 0.93% | - |
| HSV(B) | 342.86º | 0.14% | 1% | - |
| XYZ | 81.12 | 78.16 | 85.67 | - |
| YUV | 231.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 230 | 0 | 0.14 | 0.10 | 0 | 342.86 | 1 | 0.93 |
| Hex | FF | DC | E6 | 0 | E | A | 0 | 157 | 64 | 5D |
| Octal | 377 | 334 | 346 | 0 | 16 | 12 | 0 | 527 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11100110 | 0 | 1110 | 1010 | 0 | 101010111 | 1100100 | 1011101 |
Color Harmonies of #FFDCE6
Complementary color
Monochromatic Colors of #FFDCE6
Black with #FFDCE6
Text Example
Text Example
White with #FFDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCE6; }
p { color: rgb(255,220,230); }
H1.HeaderClassName
{
color: #FFDCE6;
}
.AnyTagClassName
{
color: #FFDCE6;
}
</style>
background-color css
<style>
a { background-color: #FFDCE6; }
a { background-color: rgb(255,220,230); }
div.DivClassName
{
background-color: #FFDCE6;
}
.BgClassName
{
background-color: #FFDCE6;
}
</style>
border-color css
<style>
span { border-color: #FFDCE6; }
span { border-color: rgb(255,220,230); }
td.TdClassName
{
border-color: #FFDCE6;
}
.TagClassName
{
border-color: #FFDCE6;
}
</style>