Shades of Pig Pink #FCD1E7
Tints of Pig Pink #FCD1E7
RGB
CMYK
RGB Variations
Color information
#FCD1E7 (or 0xFCD1E7) is known color: Pig Pink. HEX triplet: FC, D1 and E7. RGB value is (252,209,231). Sum of RGB (Red+Green+Blue) = 252+209+231=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 209 (82.03% from 255 or 30.20% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1E7 is #032E18. Grayscale: #E0E0E0. Windows color (decimal): -208409 or 15192572. OLE color: 15192572.
HSL color Cylindrical-coordinate representation of color #FCD1E7: hue angle of 329.3º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD1E7 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 231 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.01 |
| HSL | 329.3º | 0.88% | 0.9% | - |
| HSV(B) | 329.3º | 0.17% | 0.99% | - |
| XYZ | 77.37 | 72.07 | 85.43 | - |
| YUV | 224.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 231 | 0 | 0.17 | 0.08 | 0.01 | 329.3 | 0.88 | 0.9 |
| Hex | FC | D1 | E7 | 0 | 11 | 8 | 1 | 149 | 58 | 5A |
| Octal | 374 | 321 | 347 | 0 | 21 | 10 | 1 | 511 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11100111 | 0 | 10001 | 1000 | 1 | 101001001 | 1011000 | 1011010 |
Color Harmonies of #FCD1E7
Complementary color
Monochromatic Colors of #FCD1E7
Black with #FCD1E7
Text Example
Text Example
White with #FCD1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1E7; }
p { color: rgb(252,209,231); }
H1.HeaderClassName
{
color: #FCD1E7;
}
.AnyTagClassName
{
color: #FCD1E7;
}
</style>
background-color css
<style>
a { background-color: #FCD1E7; }
a { background-color: rgb(252,209,231); }
div.DivClassName
{
background-color: #FCD1E7;
}
.BgClassName
{
background-color: #FCD1E7;
}
</style>
border-color css
<style>
span { border-color: #FCD1E7; }
span { border-color: rgb(252,209,231); }
td.TdClassName
{
border-color: #FCD1E7;
}
.TagClassName
{
border-color: #FCD1E7;
}
</style>