Shades of Pig Pink #FDDCEA
Tints of Pig Pink #FDDCEA
RGB
CMYK
RGB Variations
Color information
#FDDCEA (or 0xFDDCEA) is known color: Pig Pink. HEX triplet: FD, DC and EA. RGB value is (253,220,234). Sum of RGB (Red+Green+Blue) = 253+220+234=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCEA is #022315. Grayscale: #E7E7E7. Windows color (decimal): -140054 or 15391997. OLE color: 15391997.
HSL color Cylindrical-coordinate representation of color #FDDCEA: hue angle of 334.55º 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 #FDDCEA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 234 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.01 |
| HSL | 334.55º | 0.89% | 0.93% | - |
| HSV(B) | 334.55º | 0.13% | 0.99% | - |
| XYZ | 80.95 | 78.01 | 88.63 | - |
| YUV | 231.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 234 | 0 | 0.13 | 0.08 | 0.01 | 334.55 | 0.89 | 0.93 |
| Hex | FD | DC | EA | 0 | D | 8 | 1 | 14F | 59 | 5D |
| Octal | 375 | 334 | 352 | 0 | 15 | 10 | 1 | 517 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11101010 | 0 | 1101 | 1000 | 1 | 101001111 | 1011001 | 1011101 |
Color Harmonies of #FDDCEA
Complementary color
Monochromatic Colors of #FDDCEA
Black with #FDDCEA
Text Example
Text Example
White with #FDDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCEA; }
p { color: rgb(253,220,234); }
H1.HeaderClassName
{
color: #FDDCEA;
}
.AnyTagClassName
{
color: #FDDCEA;
}
</style>
background-color css
<style>
a { background-color: #FDDCEA; }
a { background-color: rgb(253,220,234); }
div.DivClassName
{
background-color: #FDDCEA;
}
.BgClassName
{
background-color: #FDDCEA;
}
</style>
border-color css
<style>
span { border-color: #FDDCEA; }
span { border-color: rgb(253,220,234); }
td.TdClassName
{
border-color: #FDDCEA;
}
.TagClassName
{
border-color: #FDDCEA;
}
</style>