Shades of Pig Pink #FCD9EF
Tints of Pig Pink #FCD9EF
RGB
CMYK
RGB Variations
Color information
#FCD9EF (or 0xFCD9EF) is known color: Pig Pink. HEX triplet: FC, D9 and EF. RGB value is (252,217,239). Sum of RGB (Red+Green+Blue) = 252+217+239=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9EF is #032610. Grayscale: #E5E5E5. Windows color (decimal): -206353 or 15718908. OLE color: 15718908.
HSL color Cylindrical-coordinate representation of color #FCD9EF: hue angle of 322.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD9EF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 239 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.01 |
| HSL | 322.29º | 0.85% | 0.92% | - |
| HSV(B) | 322.29º | 0.14% | 0.99% | - |
| XYZ | 80.54 | 76.55 | 92.19 | - |
| YUV | 229.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 239 | 0 | 0.14 | 0.05 | 0.01 | 322.29 | 0.85 | 0.92 |
| Hex | FC | D9 | EF | 0 | E | 5 | 1 | 142 | 55 | 5C |
| Octal | 374 | 331 | 357 | 0 | 16 | 5 | 1 | 502 | 125 | 134 |
| Binary | 11111100 | 11011001 | 11101111 | 0 | 1110 | 101 | 1 | 101000010 | 1010101 | 1011100 |
Color Harmonies of #FCD9EF
Complementary color
Monochromatic Colors of #FCD9EF
Black with #FCD9EF
Text Example
Text Example
White with #FCD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9EF; }
p { color: rgb(252,217,239); }
H1.HeaderClassName
{
color: #FCD9EF;
}
.AnyTagClassName
{
color: #FCD9EF;
}
</style>
background-color css
<style>
a { background-color: #FCD9EF; }
a { background-color: rgb(252,217,239); }
div.DivClassName
{
background-color: #FCD9EF;
}
.BgClassName
{
background-color: #FCD9EF;
}
</style>
border-color css
<style>
span { border-color: #FCD9EF; }
span { border-color: rgb(252,217,239); }
td.TdClassName
{
border-color: #FCD9EF;
}
.TagClassName
{
border-color: #FCD9EF;
}
</style>