Shades of Pig Pink #FCDCE5
Tints of Pig Pink #FCDCE5
RGB
CMYK
RGB Variations
Color information
#FCDCE5 (or 0xFCDCE5) is known color: Pig Pink. HEX triplet: FC, DC and E5. RGB value is (252,220,229). Sum of RGB (Red+Green+Blue) = 252+220+229=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCE5 is #03231A. Grayscale: #E6E6E6. Windows color (decimal): -205595 or 15064316. OLE color: 15064316.
HSL color Cylindrical-coordinate representation of color #FCDCE5: hue angle of 343.12º 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 #FCDCE5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 229 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.01 |
| HSL | 343.13º | 0.84% | 0.93% | - |
| HSV(B) | 343.13º | 0.13% | 0.99% | - |
| XYZ | 79.88 | 77.54 | 84.89 | - |
| YUV | 230.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 229 | 0 | 0.13 | 0.09 | 0.01 | 343.13 | 0.84 | 0.93 |
| Hex | FC | DC | E5 | 0 | D | 9 | 1 | 157 | 54 | 5D |
| Octal | 374 | 334 | 345 | 0 | 15 | 11 | 1 | 527 | 124 | 135 |
| Binary | 11111100 | 11011100 | 11100101 | 0 | 1101 | 1001 | 1 | 101010111 | 1010100 | 1011101 |
Color Harmonies of #FCDCE5
Complementary color
Monochromatic Colors of #FCDCE5
Black with #FCDCE5
Text Example
Text Example
White with #FCDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCE5; }
p { color: rgb(252,220,229); }
H1.HeaderClassName
{
color: #FCDCE5;
}
.AnyTagClassName
{
color: #FCDCE5;
}
</style>
background-color css
<style>
a { background-color: #FCDCE5; }
a { background-color: rgb(252,220,229); }
div.DivClassName
{
background-color: #FCDCE5;
}
.BgClassName
{
background-color: #FCDCE5;
}
</style>
border-color css
<style>
span { border-color: #FCDCE5; }
span { border-color: rgb(252,220,229); }
td.TdClassName
{
border-color: #FCDCE5;
}
.TagClassName
{
border-color: #FCDCE5;
}
</style>