Shades of Pig Pink #FCD3DF
Tints of Pig Pink #FCD3DF
RGB
CMYK
RGB Variations
Color information
#FCD3DF (or 0xFCD3DF) is known color: Pig Pink. HEX triplet: FC, D3 and DF. RGB value is (252,211,223). Sum of RGB (Red+Green+Blue) = 252+211+223=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3DF is #032C20. Grayscale: #E0E0E0. Windows color (decimal): -207905 or 14668796. OLE color: 14668796.
HSL color Cylindrical-coordinate representation of color #FCD3DF: hue angle of 342.44º 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 #FCD3DF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 223 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.01 |
| HSL | 342.44º | 0.87% | 0.91% | - |
| HSV(B) | 342.44º | 0.16% | 0.99% | - |
| XYZ | 76.76 | 72.61 | 79.78 | - |
| YUV | 224.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 223 | 0 | 0.16 | 0.12 | 0.01 | 342.44 | 0.87 | 0.91 |
| Hex | FC | D3 | DF | 0 | 10 | C | 1 | 156 | 57 | 5B |
| Octal | 374 | 323 | 337 | 0 | 20 | 14 | 1 | 526 | 127 | 133 |
| Binary | 11111100 | 11010011 | 11011111 | 0 | 10000 | 1100 | 1 | 101010110 | 1010111 | 1011011 |
Color Harmonies of #FCD3DF
Complementary color
Monochromatic Colors of #FCD3DF
Black with #FCD3DF
Text Example
Text Example
White with #FCD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3DF; }
p { color: rgb(252,211,223); }
H1.HeaderClassName
{
color: #FCD3DF;
}
.AnyTagClassName
{
color: #FCD3DF;
}
</style>
background-color css
<style>
a { background-color: #FCD3DF; }
a { background-color: rgb(252,211,223); }
div.DivClassName
{
background-color: #FCD3DF;
}
.BgClassName
{
background-color: #FCD3DF;
}
</style>
border-color css
<style>
span { border-color: #FCD3DF; }
span { border-color: rgb(252,211,223); }
td.TdClassName
{
border-color: #FCD3DF;
}
.TagClassName
{
border-color: #FCD3DF;
}
</style>