Shades of Pig Pink #FCD0DF
Tints of Pig Pink #FCD0DF
RGB
CMYK
RGB Variations
Color information
#FCD0DF (or 0xFCD0DF) is known color: Pig Pink. HEX triplet: FC, D0 and DF. RGB value is (252,208,223). Sum of RGB (Red+Green+Blue) = 252+208+223=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DF is #032F20. Grayscale: #DEDEDE. Windows color (decimal): -208673 or 14668028. OLE color: 14668028.
HSL color Cylindrical-coordinate representation of color #FCD0DF: hue angle of 339.55º 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 #FCD0DF is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 208 | 223 | - |
CMYK | 0 | 0.17 | 0.12 | 0.01 |
HSL | 339.55º | 0.88% | 0.9% | - |
HSV(B) | 339.55º | 0.17% | 0.99% | - |
XYZ | 76.02 | 71.13 | 79.54 | - |
YUV | 222.87 | 128.08 | 148.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 208 | 223 | 0 | 0.17 | 0.12 | 0.01 | 339.55 | 0.88 | 0.9 |
Hex | FC | D0 | DF | 0 | 11 | C | 1 | 154 | 58 | 5A |
Octal | 374 | 320 | 337 | 0 | 21 | 14 | 1 | 524 | 130 | 132 |
Binary | 11111100 | 11010000 | 11011111 | 0 | 10001 | 1100 | 1 | 101010100 | 1011000 | 1011010 |
Color Harmonies of #FCD0DF
Complementary color
Monochromatic Colors of #FCD0DF
Black with #FCD0DF
Text Example
Text Example
White with #FCD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0DF; }
p { color: rgb(252,208,223); }
H1.HeaderClassName
{
color: #FCD0DF;
}
.AnyTagClassName
{
color: #FCD0DF;
}
</style>
background-color css
<style>
a { background-color: #FCD0DF; }
a { background-color: rgb(252,208,223); }
div.DivClassName
{
background-color: #FCD0DF;
}
.BgClassName
{
background-color: #FCD0DF;
}
</style>
border-color css
<style>
span { border-color: #FCD0DF; }
span { border-color: rgb(252,208,223); }
td.TdClassName
{
border-color: #FCD0DF;
}
.TagClassName
{
border-color: #FCD0DF;
}
</style>