Shades of Pig Pink #FCD8F0
Tints of Pig Pink #FCD8F0
RGB
CMYK
RGB Variations
Color information
#FCD8F0 (or 0xFCD8F0) is known color: Pig Pink. HEX triplet: FC, D8 and F0. RGB value is (252,216,240). Sum of RGB (Red+Green+Blue) = 252+216+240=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 216 (84.77% from 255 or 30.51% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8F0 is #03270F. Grayscale: #E5E5E5. Windows color (decimal): -206608 or 15784188. OLE color: 15784188.
HSL color Cylindrical-coordinate representation of color #FCD8F0: hue angle of 320º 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 #FCD8F0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 240 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.01 |
| HSL | 320º | 0.86% | 0.92% | - |
| HSV(B) | 320º | 0.14% | 0.99% | - |
| XYZ | 80.43 | 76.1 | 92.89 | - |
| YUV | 229.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 240 | 0 | 0.14 | 0.05 | 0.01 | 320 | 0.86 | 0.92 |
| Hex | FC | D8 | F0 | 0 | E | 5 | 1 | 140 | 56 | 5C |
| Octal | 374 | 330 | 360 | 0 | 16 | 5 | 1 | 500 | 126 | 134 |
| Binary | 11111100 | 11011000 | 11110000 | 0 | 1110 | 101 | 1 | 101000000 | 1010110 | 1011100 |
Color Harmonies of #FCD8F0
Complementary color
Monochromatic Colors of #FCD8F0
Black with #FCD8F0
Text Example
Text Example
White with #FCD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8F0; }
p { color: rgb(252,216,240); }
H1.HeaderClassName
{
color: #FCD8F0;
}
.AnyTagClassName
{
color: #FCD8F0;
}
</style>
background-color css
<style>
a { background-color: #FCD8F0; }
a { background-color: rgb(252,216,240); }
div.DivClassName
{
background-color: #FCD8F0;
}
.BgClassName
{
background-color: #FCD8F0;
}
</style>
border-color css
<style>
span { border-color: #FCD8F0; }
span { border-color: rgb(252,216,240); }
td.TdClassName
{
border-color: #FCD8F0;
}
.TagClassName
{
border-color: #FCD8F0;
}
</style>