Shades of Pig Pink #FCCFDF
Tints of Pig Pink #FCCFDF
RGB
CMYK
RGB Variations
Color information
#FCCFDF (or 0xFCCFDF) is known color: Pig Pink. HEX triplet: FC, CF and DF. RGB value is (252,207,223). Sum of RGB (Red+Green+Blue) = 252+207+223=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDF is #033020. Grayscale: #DEDEDE. Windows color (decimal): -208929 or 14667772. OLE color: 14667772.
HSL color Cylindrical-coordinate representation of color #FCCFDF: hue angle of 338.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFDF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 207 | 223 | - |
CMYK | 0 | 0.18 | 0.12 | 0.01 |
HSL | 338.67º | 0.88% | 0.9% | - |
HSV(B) | 338.67º | 0.18% | 0.99% | - |
XYZ | 75.78 | 70.65 | 79.45 | - |
YUV | 222.28 | 128.41 | 149.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 207 | 223 | 0 | 0.18 | 0.12 | 0.01 | 338.67 | 0.88 | 0.9 |
Hex | FC | CF | DF | 0 | 12 | C | 1 | 153 | 58 | 5A |
Octal | 374 | 317 | 337 | 0 | 22 | 14 | 1 | 523 | 130 | 132 |
Binary | 11111100 | 11001111 | 11011111 | 0 | 10010 | 1100 | 1 | 101010011 | 1011000 | 1011010 |
Color Harmonies of #FCCFDF
Complementary color
Monochromatic Colors of #FCCFDF
Black with #FCCFDF
Text Example
Text Example
White with #FCCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFDF; }
p { color: rgb(252,207,223); }
H1.HeaderClassName
{
color: #FCCFDF;
}
.AnyTagClassName
{
color: #FCCFDF;
}
</style>
background-color css
<style>
a { background-color: #FCCFDF; }
a { background-color: rgb(252,207,223); }
div.DivClassName
{
background-color: #FCCFDF;
}
.BgClassName
{
background-color: #FCCFDF;
}
</style>
border-color css
<style>
span { border-color: #FCCFDF; }
span { border-color: rgb(252,207,223); }
td.TdClassName
{
border-color: #FCCFDF;
}
.TagClassName
{
border-color: #FCCFDF;
}
</style>