Shades of Pig Pink #FCDDE9
Tints of Pig Pink #FCDDE9
RGB
CMYK
RGB Variations
Color information
#FCDDE9 (or 0xFCDDE9) is known color: Pig Pink. HEX triplet: FC, DD and E9. RGB value is (252,221,233). Sum of RGB (Red+Green+Blue) = 252+221+233=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDE9 is #032216. Grayscale: #E7E7E7. Windows color (decimal): -205335 or 15326716. OLE color: 15326716.
HSL color Cylindrical-coordinate representation of color #FCDDE9: hue angle of 336.77º 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 #FCDDE9 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 233 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.01 |
| HSL | 336.77º | 0.84% | 0.93% | - |
| HSV(B) | 336.77º | 0.12% | 0.99% | - |
| XYZ | 80.71 | 78.29 | 87.95 | - |
| YUV | 231.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 233 | 0 | 0.12 | 0.08 | 0.01 | 336.77 | 0.84 | 0.93 |
| Hex | FC | DD | E9 | 0 | C | 8 | 1 | 151 | 54 | 5D |
| Octal | 374 | 335 | 351 | 0 | 14 | 10 | 1 | 521 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11101001 | 0 | 1100 | 1000 | 1 | 101010001 | 1010100 | 1011101 |
Color Harmonies of #FCDDE9
Complementary color
Monochromatic Colors of #FCDDE9
Black with #FCDDE9
Text Example
Text Example
White with #FCDDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDE9; }
p { color: rgb(252,221,233); }
H1.HeaderClassName
{
color: #FCDDE9;
}
.AnyTagClassName
{
color: #FCDDE9;
}
</style>
background-color css
<style>
a { background-color: #FCDDE9; }
a { background-color: rgb(252,221,233); }
div.DivClassName
{
background-color: #FCDDE9;
}
.BgClassName
{
background-color: #FCDDE9;
}
</style>
border-color css
<style>
span { border-color: #FCDDE9; }
span { border-color: rgb(252,221,233); }
td.TdClassName
{
border-color: #FCDDE9;
}
.TagClassName
{
border-color: #FCDDE9;
}
</style>