Shades of Pig Pink #FCDCF2
Tints of Pig Pink #FCDCF2
RGB
CMYK
RGB Variations
Color information
#FCDCF2 (or 0xFCDCF2) is known color: Pig Pink. HEX triplet: FC, DC and F2. RGB value is (252,220,242). Sum of RGB (Red+Green+Blue) = 252+220+242=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF2 is #03230D. Grayscale: #E8E8E8. Windows color (decimal): -205582 or 15916284. OLE color: 15916284.
HSL color Cylindrical-coordinate representation of color #FCDCF2: hue angle of 318.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDCF2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 242 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.01 |
| HSL | 318.75º | 0.84% | 0.93% | - |
| HSV(B) | 318.75º | 0.13% | 0.99% | - |
| XYZ | 81.77 | 78.29 | 94.81 | - |
| YUV | 232.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 242 | 0 | 0.13 | 0.04 | 0.01 | 318.75 | 0.84 | 0.93 |
| Hex | FC | DC | F2 | 0 | D | 4 | 1 | 13F | 54 | 5D |
| Octal | 374 | 334 | 362 | 0 | 15 | 4 | 1 | 477 | 124 | 135 |
| Binary | 11111100 | 11011100 | 11110010 | 0 | 1101 | 100 | 1 | 100111111 | 1010100 | 1011101 |
Color Harmonies of #FCDCF2
Complementary color
Monochromatic Colors of #FCDCF2
Black with #FCDCF2
Text Example
Text Example
White with #FCDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCF2; }
p { color: rgb(252,220,242); }
H1.HeaderClassName
{
color: #FCDCF2;
}
.AnyTagClassName
{
color: #FCDCF2;
}
</style>
background-color css
<style>
a { background-color: #FCDCF2; }
a { background-color: rgb(252,220,242); }
div.DivClassName
{
background-color: #FCDCF2;
}
.BgClassName
{
background-color: #FCDCF2;
}
</style>
border-color css
<style>
span { border-color: #FCDCF2; }
span { border-color: rgb(252,220,242); }
td.TdClassName
{
border-color: #FCDCF2;
}
.TagClassName
{
border-color: #FCDCF2;
}
</style>