Shades of Pig Pink #FCD1DF
Tints of Pig Pink #FCD1DF
RGB
CMYK
RGB Variations
Color information
#FCD1DF (or 0xFCD1DF) is known color: Pig Pink. HEX triplet: FC, D1 and DF. RGB value is (252,209,223). Sum of RGB (Red+Green+Blue) = 252+209+223=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1DF is #032E20. Grayscale: #DFDFDF. Windows color (decimal): -208417 or 14668284. OLE color: 14668284.
HSL color Cylindrical-coordinate representation of color #FCD1DF: hue angle of 340.47º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD1DF is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 209 | 223 | - |
CMYK | 0 | 0.17 | 0.12 | 0.01 |
HSL | 340.47º | 0.88% | 0.9% | - |
HSV(B) | 340.47º | 0.17% | 0.99% | - |
XYZ | 76.26 | 71.62 | 79.62 | - |
YUV | 223.45 | 127.75 | 148.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 209 | 223 | 0 | 0.17 | 0.12 | 0.01 | 340.47 | 0.88 | 0.9 |
Hex | FC | D1 | DF | 0 | 11 | C | 1 | 154 | 58 | 5A |
Octal | 374 | 321 | 337 | 0 | 21 | 14 | 1 | 524 | 130 | 132 |
Binary | 11111100 | 11010001 | 11011111 | 0 | 10001 | 1100 | 1 | 101010100 | 1011000 | 1011010 |
Color Harmonies of #FCD1DF
Complementary color
Monochromatic Colors of #FCD1DF
Black with #FCD1DF
Text Example
Text Example
White with #FCD1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1DF; }
p { color: rgb(252,209,223); }
H1.HeaderClassName
{
color: #FCD1DF;
}
.AnyTagClassName
{
color: #FCD1DF;
}
</style>
background-color css
<style>
a { background-color: #FCD1DF; }
a { background-color: rgb(252,209,223); }
div.DivClassName
{
background-color: #FCD1DF;
}
.BgClassName
{
background-color: #FCD1DF;
}
</style>
border-color css
<style>
span { border-color: #FCD1DF; }
span { border-color: rgb(252,209,223); }
td.TdClassName
{
border-color: #FCD1DF;
}
.TagClassName
{
border-color: #FCD1DF;
}
</style>