Shades of Pig Pink #FCD7E1
Tints of Pig Pink #FCD7E1
RGB
CMYK
RGB Variations
Color information
#FCD7E1 (or 0xFCD7E1) is known color: Pig Pink. HEX triplet: FC, D7 and E1. RGB value is (252,215,225). Sum of RGB (Red+Green+Blue) = 252+215+225=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 225 (88.28% from 255 or 32.51% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7E1 is #03281E. Grayscale: #E3E3E3. Windows color (decimal): -206879 or 14800892. OLE color: 14800892.
HSL color Cylindrical-coordinate representation of color #FCD7E1: hue angle of 343.78º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7E1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 225 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.01 |
| HSL | 343.78º | 0.86% | 0.92% | - |
| HSV(B) | 343.78º | 0.15% | 0.99% | - |
| XYZ | 78.04 | 74.73 | 81.55 | - |
| YUV | 227.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 225 | 0 | 0.15 | 0.11 | 0.01 | 343.78 | 0.86 | 0.92 |
| Hex | FC | D7 | E1 | 0 | F | B | 1 | 158 | 56 | 5C |
| Octal | 374 | 327 | 341 | 0 | 17 | 13 | 1 | 530 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11100001 | 0 | 1111 | 1011 | 1 | 101011000 | 1010110 | 1011100 |
Color Harmonies of #FCD7E1
Complementary color
Monochromatic Colors of #FCD7E1
Black with #FCD7E1
Text Example
Text Example
White with #FCD7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7E1; }
p { color: rgb(252,215,225); }
H1.HeaderClassName
{
color: #FCD7E1;
}
.AnyTagClassName
{
color: #FCD7E1;
}
</style>
background-color css
<style>
a { background-color: #FCD7E1; }
a { background-color: rgb(252,215,225); }
div.DivClassName
{
background-color: #FCD7E1;
}
.BgClassName
{
background-color: #FCD7E1;
}
</style>
border-color css
<style>
span { border-color: #FCD7E1; }
span { border-color: rgb(252,215,225); }
td.TdClassName
{
border-color: #FCD7E1;
}
.TagClassName
{
border-color: #FCD7E1;
}
</style>