Shades of Pig Pink #FCD5E9
Tints of Pig Pink #FCD5E9
RGB
CMYK
RGB Variations
Color information
#FCD5E9 (or 0xFCD5E9) is known color: Pig Pink. HEX triplet: FC, D5 and E9. RGB value is (252,213,233). Sum of RGB (Red+Green+Blue) = 252+213+233=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5E9 is #032A16. Grayscale: #E2E2E2. Windows color (decimal): -207383 or 15324668. OLE color: 15324668.
HSL color Cylindrical-coordinate representation of color #FCD5E9: hue angle of 329.23º degrees, saturation: 0.87, 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 #FCD5E9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 233 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.01 |
| HSL | 329.23º | 0.87% | 0.91% | - |
| HSV(B) | 329.23º | 0.15% | 0.99% | - |
| XYZ | 78.65 | 74.17 | 87.26 | - |
| YUV | 226.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 233 | 0 | 0.15 | 0.08 | 0.01 | 329.23 | 0.87 | 0.91 |
| Hex | FC | D5 | E9 | 0 | F | 8 | 1 | 149 | 57 | 5B |
| Octal | 374 | 325 | 351 | 0 | 17 | 10 | 1 | 511 | 127 | 133 |
| Binary | 11111100 | 11010101 | 11101001 | 0 | 1111 | 1000 | 1 | 101001001 | 1010111 | 1011011 |
Color Harmonies of #FCD5E9
Complementary color
Monochromatic Colors of #FCD5E9
Black with #FCD5E9
Text Example
Text Example
White with #FCD5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5E9; }
p { color: rgb(252,213,233); }
H1.HeaderClassName
{
color: #FCD5E9;
}
.AnyTagClassName
{
color: #FCD5E9;
}
</style>
background-color css
<style>
a { background-color: #FCD5E9; }
a { background-color: rgb(252,213,233); }
div.DivClassName
{
background-color: #FCD5E9;
}
.BgClassName
{
background-color: #FCD5E9;
}
</style>
border-color css
<style>
span { border-color: #FCD5E9; }
span { border-color: rgb(252,213,233); }
td.TdClassName
{
border-color: #FCD5E9;
}
.TagClassName
{
border-color: #FCD5E9;
}
</style>