Shades of Pig Pink #FCD6EF
Tints of Pig Pink #FCD6EF
RGB
CMYK
RGB Variations
Color information
#FCD6EF (or 0xFCD6EF) is known color: Pig Pink. HEX triplet: FC, D6 and EF. RGB value is (252,214,239). Sum of RGB (Red+Green+Blue) = 252+214+239=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6EF is #032910. Grayscale: #E4E4E4. Windows color (decimal): -207121 or 15718140. OLE color: 15718140.
HSL color Cylindrical-coordinate representation of color #FCD6EF: hue angle of 320.53º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD6EF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 239 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.01 |
| HSL | 320.53º | 0.86% | 0.91% | - |
| HSV(B) | 320.53º | 0.15% | 0.99% | - |
| XYZ | 79.77 | 75.02 | 91.94 | - |
| YUV | 228.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 239 | 0 | 0.15 | 0.05 | 0.01 | 320.53 | 0.86 | 0.91 |
| Hex | FC | D6 | EF | 0 | F | 5 | 1 | 141 | 56 | 5B |
| Octal | 374 | 326 | 357 | 0 | 17 | 5 | 1 | 501 | 126 | 133 |
| Binary | 11111100 | 11010110 | 11101111 | 0 | 1111 | 101 | 1 | 101000001 | 1010110 | 1011011 |
Color Harmonies of #FCD6EF
Complementary color
Monochromatic Colors of #FCD6EF
Black with #FCD6EF
Text Example
Text Example
White with #FCD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6EF; }
p { color: rgb(252,214,239); }
H1.HeaderClassName
{
color: #FCD6EF;
}
.AnyTagClassName
{
color: #FCD6EF;
}
</style>
background-color css
<style>
a { background-color: #FCD6EF; }
a { background-color: rgb(252,214,239); }
div.DivClassName
{
background-color: #FCD6EF;
}
.BgClassName
{
background-color: #FCD6EF;
}
</style>
border-color css
<style>
span { border-color: #FCD6EF; }
span { border-color: rgb(252,214,239); }
td.TdClassName
{
border-color: #FCD6EF;
}
.TagClassName
{
border-color: #FCD6EF;
}
</style>