Shades of Pig Pink #FCDDE5
Tints of Pig Pink #FCDDE5
RGB
CMYK
RGB Variations
Color information
#FCDDE5 (or 0xFCDDE5) is known color: Pig Pink. HEX triplet: FC, DD and E5. RGB value is (252,221,229). Sum of RGB (Red+Green+Blue) = 252+221+229=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE5 is #03221A. Grayscale: #E7E7E7. Windows color (decimal): -205339 or 15064572. OLE color: 15064572.
HSL color Cylindrical-coordinate representation of color #FCDDE5: hue angle of 344.52º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDE5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 229 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.01 |
| HSL | 344.52º | 0.84% | 0.93% | - |
| HSV(B) | 344.52º | 0.12% | 0.99% | - |
| XYZ | 80.14 | 78.07 | 84.97 | - |
| YUV | 231.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 229 | 0 | 0.12 | 0.09 | 0.01 | 344.52 | 0.84 | 0.93 |
| Hex | FC | DD | E5 | 0 | C | 9 | 1 | 159 | 54 | 5D |
| Octal | 374 | 335 | 345 | 0 | 14 | 11 | 1 | 531 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11100101 | 0 | 1100 | 1001 | 1 | 101011001 | 1010100 | 1011101 |
Color Harmonies of #FCDDE5
Complementary color
Monochromatic Colors of #FCDDE5
Black with #FCDDE5
Text Example
Text Example
White with #FCDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDE5; }
p { color: rgb(252,221,229); }
H1.HeaderClassName
{
color: #FCDDE5;
}
.AnyTagClassName
{
color: #FCDDE5;
}
</style>
background-color css
<style>
a { background-color: #FCDDE5; }
a { background-color: rgb(252,221,229); }
div.DivClassName
{
background-color: #FCDDE5;
}
.BgClassName
{
background-color: #FCDDE5;
}
</style>
border-color css
<style>
span { border-color: #FCDDE5; }
span { border-color: rgb(252,221,229); }
td.TdClassName
{
border-color: #FCDDE5;
}
.TagClassName
{
border-color: #FCDDE5;
}
</style>