Shades of Pig Pink #FFDCE8
Tints of Pig Pink #FFDCE8
RGB
CMYK
RGB Variations
Color information
#FFDCE8 (or 0xFFDCE8) is known color: Pig Pink. HEX triplet: FF, DC and E8. RGB value is (255,220,232). Sum of RGB (Red+Green+Blue) = 255+220+232=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCE8 is #002317. Grayscale: #E7E7E7. Windows color (decimal): -8984 or 15260927. OLE color: 15260927.
HSL color Cylindrical-coordinate representation of color #FFDCE8: hue angle of 339.43º 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 #FFDCE8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 232 | - |
| CMYK | 0 | 0.14 | 0.09 | 0 |
| HSL | 339.43º | 1% | 0.93% | - |
| HSV(B) | 339.43º | 0.14% | 1% | - |
| XYZ | 81.4 | 78.27 | 87.16 | - |
| YUV | 231.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 232 | 0 | 0.14 | 0.09 | 0 | 339.43 | 1 | 0.93 |
| Hex | FF | DC | E8 | 0 | E | 9 | 0 | 153 | 64 | 5D |
| Octal | 377 | 334 | 350 | 0 | 16 | 11 | 0 | 523 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11101000 | 0 | 1110 | 1001 | 0 | 101010011 | 1100100 | 1011101 |
Color Harmonies of #FFDCE8
Complementary color
Monochromatic Colors of #FFDCE8
Black with #FFDCE8
Text Example
Text Example
White with #FFDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCE8; }
p { color: rgb(255,220,232); }
H1.HeaderClassName
{
color: #FFDCE8;
}
.AnyTagClassName
{
color: #FFDCE8;
}
</style>
background-color css
<style>
a { background-color: #FFDCE8; }
a { background-color: rgb(255,220,232); }
div.DivClassName
{
background-color: #FFDCE8;
}
.BgClassName
{
background-color: #FFDCE8;
}
</style>
border-color css
<style>
span { border-color: #FFDCE8; }
span { border-color: rgb(255,220,232); }
td.TdClassName
{
border-color: #FFDCE8;
}
.TagClassName
{
border-color: #FFDCE8;
}
</style>