Shades of Pig Pink #FDDCE5
Tints of Pig Pink #FDDCE5
RGB
CMYK
RGB Variations
Color information
#FDDCE5 (or 0xFDDCE5) is known color: Pig Pink. HEX triplet: FD, DC and E5. RGB value is (253,220,229). Sum of RGB (Red+Green+Blue) = 253+220+229=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE5 is #02231A. Grayscale: #E6E6E6. Windows color (decimal): -140059 or 15064317. OLE color: 15064317.
HSL color Cylindrical-coordinate representation of color #FDDCE5: hue angle of 343.64º 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 #FDDCE5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 229 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.01 |
| HSL | 343.64º | 0.89% | 0.93% | - |
| HSV(B) | 343.64º | 0.13% | 0.99% | - |
| XYZ | 80.24 | 77.73 | 84.9 | - |
| YUV | 230.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 229 | 0 | 0.13 | 0.09 | 0.01 | 343.64 | 0.89 | 0.93 |
| Hex | FD | DC | E5 | 0 | D | 9 | 1 | 158 | 59 | 5D |
| Octal | 375 | 334 | 345 | 0 | 15 | 11 | 1 | 530 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11100101 | 0 | 1101 | 1001 | 1 | 101011000 | 1011001 | 1011101 |
Color Harmonies of #FDDCE5
Complementary color
Monochromatic Colors of #FDDCE5
Black with #FDDCE5
Text Example
Text Example
White with #FDDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCE5; }
p { color: rgb(253,220,229); }
H1.HeaderClassName
{
color: #FDDCE5;
}
.AnyTagClassName
{
color: #FDDCE5;
}
</style>
background-color css
<style>
a { background-color: #FDDCE5; }
a { background-color: rgb(253,220,229); }
div.DivClassName
{
background-color: #FDDCE5;
}
.BgClassName
{
background-color: #FDDCE5;
}
</style>
border-color css
<style>
span { border-color: #FDDCE5; }
span { border-color: rgb(253,220,229); }
td.TdClassName
{
border-color: #FDDCE5;
}
.TagClassName
{
border-color: #FDDCE5;
}
</style>