Shades of Pig Pink #FCD8ED
Tints of Pig Pink #FCD8ED
RGB
CMYK
RGB Variations
Color information
#FCD8ED (or 0xFCD8ED) is known color: Pig Pink. HEX triplet: FC, D8 and ED. RGB value is (252,216,237). Sum of RGB (Red+Green+Blue) = 252+216+237=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8ED is #032712. Grayscale: #E5E5E5. Windows color (decimal): -206611 or 15587580. OLE color: 15587580.
HSL color Cylindrical-coordinate representation of color #FCD8ED: hue angle of 325º degrees, saturation: 0.86, 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 #FCD8ED is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 237 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.01 |
| HSL | 325º | 0.86% | 0.92% | - |
| HSV(B) | 325º | 0.14% | 0.99% | - |
| XYZ | 79.99 | 75.92 | 90.56 | - |
| YUV | 229.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 237 | 0 | 0.14 | 0.06 | 0.01 | 325 | 0.86 | 0.92 |
| Hex | FC | D8 | ED | 0 | E | 6 | 1 | 145 | 56 | 5C |
| Octal | 374 | 330 | 355 | 0 | 16 | 6 | 1 | 505 | 126 | 134 |
| Binary | 11111100 | 11011000 | 11101101 | 0 | 1110 | 110 | 1 | 101000101 | 1010110 | 1011100 |
Color Harmonies of #FCD8ED
Complementary color
Monochromatic Colors of #FCD8ED
Black with #FCD8ED
Text Example
Text Example
White with #FCD8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8ED; }
p { color: rgb(252,216,237); }
H1.HeaderClassName
{
color: #FCD8ED;
}
.AnyTagClassName
{
color: #FCD8ED;
}
</style>
background-color css
<style>
a { background-color: #FCD8ED; }
a { background-color: rgb(252,216,237); }
div.DivClassName
{
background-color: #FCD8ED;
}
.BgClassName
{
background-color: #FCD8ED;
}
</style>
border-color css
<style>
span { border-color: #FCD8ED; }
span { border-color: rgb(252,216,237); }
td.TdClassName
{
border-color: #FCD8ED;
}
.TagClassName
{
border-color: #FCD8ED;
}
</style>