Shades of Pig Pink #FCD6E8
Tints of Pig Pink #FCD6E8
RGB
CMYK
RGB Variations
Color information
#FCD6E8 (or 0xFCD6E8) is known color: Pig Pink. HEX triplet: FC, D6 and E8. RGB value is (252,214,232). Sum of RGB (Red+Green+Blue) = 252+214+232=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 214 (83.98% from 255 or 30.66% from 698); Blue value is 232 (91.02% from 255 or 33.24% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6E8 is #032917. Grayscale: #E3E3E3. Windows color (decimal): -207128 or 15259388. OLE color: 15259388.
HSL color Cylindrical-coordinate representation of color #FCD6E8: hue angle of 331.58º 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 #FCD6E8 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 232 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.01 |
| HSL | 331.58º | 0.86% | 0.91% | - |
| HSV(B) | 331.58º | 0.15% | 0.99% | - |
| XYZ | 78.76 | 74.61 | 86.6 | - |
| YUV | 227.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 232 | 0 | 0.15 | 0.08 | 0.01 | 331.58 | 0.86 | 0.91 |
| Hex | FC | D6 | E8 | 0 | F | 8 | 1 | 14C | 56 | 5B |
| Octal | 374 | 326 | 350 | 0 | 17 | 10 | 1 | 514 | 126 | 133 |
| Binary | 11111100 | 11010110 | 11101000 | 0 | 1111 | 1000 | 1 | 101001100 | 1010110 | 1011011 |
Color Harmonies of #FCD6E8
Complementary color
Monochromatic Colors of #FCD6E8
Black with #FCD6E8
Text Example
Text Example
White with #FCD6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6E8; }
p { color: rgb(252,214,232); }
H1.HeaderClassName
{
color: #FCD6E8;
}
.AnyTagClassName
{
color: #FCD6E8;
}
</style>
background-color css
<style>
a { background-color: #FCD6E8; }
a { background-color: rgb(252,214,232); }
div.DivClassName
{
background-color: #FCD6E8;
}
.BgClassName
{
background-color: #FCD6E8;
}
</style>
border-color css
<style>
span { border-color: #FCD6E8; }
span { border-color: rgb(252,214,232); }
td.TdClassName
{
border-color: #FCD6E8;
}
.TagClassName
{
border-color: #FCD6E8;
}
</style>