Shades of Pig Pink #FDDCE8
Tints of Pig Pink #FDDCE8
RGB
CMYK
RGB Variations
Color information
#FDDCE8 (or 0xFDDCE8) is known color: Pig Pink. HEX triplet: FD, DC and E8. RGB value is (253,220,232). Sum of RGB (Red+Green+Blue) = 253+220+232=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCE8 is #022317. Grayscale: #E7E7E7. Windows color (decimal): -140056 or 15260925. OLE color: 15260925.
HSL color Cylindrical-coordinate representation of color #FDDCE8: hue angle of 338.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDCE8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 232 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.01 |
| HSL | 338.18º | 0.89% | 0.93% | - |
| HSV(B) | 338.18º | 0.13% | 0.99% | - |
| XYZ | 80.67 | 77.9 | 87.13 | - |
| YUV | 231.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 232 | 0 | 0.13 | 0.08 | 0.01 | 338.18 | 0.89 | 0.93 |
| Hex | FD | DC | E8 | 0 | D | 8 | 1 | 152 | 59 | 5D |
| Octal | 375 | 334 | 350 | 0 | 15 | 10 | 1 | 522 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11101000 | 0 | 1101 | 1000 | 1 | 101010010 | 1011001 | 1011101 |
Color Harmonies of #FDDCE8
Complementary color
Monochromatic Colors of #FDDCE8
Black with #FDDCE8
Text Example
Text Example
White with #FDDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCE8; }
p { color: rgb(253,220,232); }
H1.HeaderClassName
{
color: #FDDCE8;
}
.AnyTagClassName
{
color: #FDDCE8;
}
</style>
background-color css
<style>
a { background-color: #FDDCE8; }
a { background-color: rgb(253,220,232); }
div.DivClassName
{
background-color: #FDDCE8;
}
.BgClassName
{
background-color: #FDDCE8;
}
</style>
border-color css
<style>
span { border-color: #FDDCE8; }
span { border-color: rgb(253,220,232); }
td.TdClassName
{
border-color: #FDDCE8;
}
.TagClassName
{
border-color: #FDDCE8;
}
</style>