Shades of Pig Pink #FCD6EA
Tints of Pig Pink #FCD6EA
RGB
CMYK
RGB Variations
Color information
#FCD6EA (or 0xFCD6EA) is known color: Pig Pink. HEX triplet: FC, D6 and EA. RGB value is (252,214,234). Sum of RGB (Red+Green+Blue) = 252+214+234=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 214 (83.98% from 255 or 30.57% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6EA is #032915. Grayscale: #E3E3E3. Windows color (decimal): -207126 or 15390460. OLE color: 15390460.
HSL color Cylindrical-coordinate representation of color #FCD6EA: hue angle of 328.42º 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 #FCD6EA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 234 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.01 |
| HSL | 328.42º | 0.86% | 0.91% | - |
| HSV(B) | 328.42º | 0.15% | 0.99% | - |
| XYZ | 79.04 | 74.73 | 88.1 | - |
| YUV | 227.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 234 | 0 | 0.15 | 0.07 | 0.01 | 328.42 | 0.86 | 0.91 |
| Hex | FC | D6 | EA | 0 | F | 7 | 1 | 148 | 56 | 5B |
| Octal | 374 | 326 | 352 | 0 | 17 | 7 | 1 | 510 | 126 | 133 |
| Binary | 11111100 | 11010110 | 11101010 | 0 | 1111 | 111 | 1 | 101001000 | 1010110 | 1011011 |
Color Harmonies of #FCD6EA
Complementary color
Monochromatic Colors of #FCD6EA
Black with #FCD6EA
Text Example
Text Example
White with #FCD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6EA; }
p { color: rgb(252,214,234); }
H1.HeaderClassName
{
color: #FCD6EA;
}
.AnyTagClassName
{
color: #FCD6EA;
}
</style>
background-color css
<style>
a { background-color: #FCD6EA; }
a { background-color: rgb(252,214,234); }
div.DivClassName
{
background-color: #FCD6EA;
}
.BgClassName
{
background-color: #FCD6EA;
}
</style>
border-color css
<style>
span { border-color: #FCD6EA; }
span { border-color: rgb(252,214,234); }
td.TdClassName
{
border-color: #FCD6EA;
}
.TagClassName
{
border-color: #FCD6EA;
}
</style>