Shades of Pig Pink #FCD3DE
Tints of Pig Pink #FCD3DE
RGB
CMYK
RGB Variations
Color information
#FCD3DE (or 0xFCD3DE) is known color: Pig Pink. HEX triplet: FC, D3 and DE. RGB value is (252,211,222). Sum of RGB (Red+Green+Blue) = 252+211+222=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3DE is #032C21. Grayscale: #E0E0E0. Windows color (decimal): -207906 or 14603260. OLE color: 14603260.
HSL color Cylindrical-coordinate representation of color #FCD3DE: hue angle of 343.9º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD3DE is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 222 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.01 |
| HSL | 343.9º | 0.87% | 0.91% | - |
| HSV(B) | 343.9º | 0.16% | 0.99% | - |
| XYZ | 76.62 | 72.56 | 79.07 | - |
| YUV | 224.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 222 | 0 | 0.16 | 0.12 | 0.01 | 343.9 | 0.87 | 0.91 |
| Hex | FC | D3 | DE | 0 | 10 | C | 1 | 158 | 57 | 5B |
| Octal | 374 | 323 | 336 | 0 | 20 | 14 | 1 | 530 | 127 | 133 |
| Binary | 11111100 | 11010011 | 11011110 | 0 | 10000 | 1100 | 1 | 101011000 | 1010111 | 1011011 |
Color Harmonies of #FCD3DE
Complementary color
Monochromatic Colors of #FCD3DE
Black with #FCD3DE
Text Example
Text Example
White with #FCD3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3DE; }
p { color: rgb(252,211,222); }
H1.HeaderClassName
{
color: #FCD3DE;
}
.AnyTagClassName
{
color: #FCD3DE;
}
</style>
background-color css
<style>
a { background-color: #FCD3DE; }
a { background-color: rgb(252,211,222); }
div.DivClassName
{
background-color: #FCD3DE;
}
.BgClassName
{
background-color: #FCD3DE;
}
</style>
border-color css
<style>
span { border-color: #FCD3DE; }
span { border-color: rgb(252,211,222); }
td.TdClassName
{
border-color: #FCD3DE;
}
.TagClassName
{
border-color: #FCD3DE;
}
</style>