Shades of Pig Pink #FCDCF3
Tints of Pig Pink #FCDCF3
RGB
CMYK
RGB Variations
Color information
#FCDCF3 (or 0xFCDCF3) is known color: Pig Pink. HEX triplet: FC, DC and F3. RGB value is (252,220,243). Sum of RGB (Red+Green+Blue) = 252+220+243=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF3 is #03230C. Grayscale: #E8E8E8. Windows color (decimal): -205581 or 15981820. OLE color: 15981820.
HSL color Cylindrical-coordinate representation of color #FCDCF3: hue angle of 316.88º 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 #FCDCF3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 243 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.01 |
| HSL | 316.88º | 0.84% | 0.93% | - |
| HSV(B) | 316.88º | 0.13% | 0.99% | - |
| XYZ | 81.92 | 78.35 | 95.6 | - |
| YUV | 232.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 243 | 0 | 0.13 | 0.04 | 0.01 | 316.88 | 0.84 | 0.93 |
| Hex | FC | DC | F3 | 0 | D | 4 | 1 | 13D | 54 | 5D |
| Octal | 374 | 334 | 363 | 0 | 15 | 4 | 1 | 475 | 124 | 135 |
| Binary | 11111100 | 11011100 | 11110011 | 0 | 1101 | 100 | 1 | 100111101 | 1010100 | 1011101 |
Color Harmonies of #FCDCF3
Complementary color
Monochromatic Colors of #FCDCF3
Black with #FCDCF3
Text Example
Text Example
White with #FCDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCF3; }
p { color: rgb(252,220,243); }
H1.HeaderClassName
{
color: #FCDCF3;
}
.AnyTagClassName
{
color: #FCDCF3;
}
</style>
background-color css
<style>
a { background-color: #FCDCF3; }
a { background-color: rgb(252,220,243); }
div.DivClassName
{
background-color: #FCDCF3;
}
.BgClassName
{
background-color: #FCDCF3;
}
</style>
border-color css
<style>
span { border-color: #FCDCF3; }
span { border-color: rgb(252,220,243); }
td.TdClassName
{
border-color: #FCDCF3;
}
.TagClassName
{
border-color: #FCDCF3;
}
</style>