Shades of Pig Pink #FCD6E6
Tints of Pig Pink #FCD6E6
RGB
CMYK
RGB Variations
Color information
#FCD6E6 (or 0xFCD6E6) is known color: Pig Pink. HEX triplet: FC, D6 and E6. RGB value is (252,214,230). Sum of RGB (Red+Green+Blue) = 252+214+230=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 230 (90.23% from 255 or 33.05% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6E6 is #032919. Grayscale: #E3E3E3. Windows color (decimal): -207130 or 15128316. OLE color: 15128316.
HSL color Cylindrical-coordinate representation of color #FCD6E6: hue angle of 334.74º 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 #FCD6E6 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 214 | 230 | - |
CMYK | 0 | 0.15 | 0.09 | 0.01 |
HSL | 334.74º | 0.86% | 0.91% | - |
HSV(B) | 334.74º | 0.15% | 0.99% | - |
XYZ | 78.47 | 74.5 | 85.11 | - |
YUV | 227.19 | 129.59 | 145.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 214 | 230 | 0 | 0.15 | 0.09 | 0.01 | 334.74 | 0.86 | 0.91 |
Hex | FC | D6 | E6 | 0 | F | 9 | 1 | 14F | 56 | 5B |
Octal | 374 | 326 | 346 | 0 | 17 | 11 | 1 | 517 | 126 | 133 |
Binary | 11111100 | 11010110 | 11100110 | 0 | 1111 | 1001 | 1 | 101001111 | 1010110 | 1011011 |
Color Harmonies of #FCD6E6
Complementary color
Monochromatic Colors of #FCD6E6
Black with #FCD6E6
Text Example
Text Example
White with #FCD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6E6; }
p { color: rgb(252,214,230); }
H1.HeaderClassName
{
color: #FCD6E6;
}
.AnyTagClassName
{
color: #FCD6E6;
}
</style>
background-color css
<style>
a { background-color: #FCD6E6; }
a { background-color: rgb(252,214,230); }
div.DivClassName
{
background-color: #FCD6E6;
}
.BgClassName
{
background-color: #FCD6E6;
}
</style>
border-color css
<style>
span { border-color: #FCD6E6; }
span { border-color: rgb(252,214,230); }
td.TdClassName
{
border-color: #FCD6E6;
}
.TagClassName
{
border-color: #FCD6E6;
}
</style>