Shades of Pig Pink #FCDCE6
Tints of Pig Pink #FCDCE6
RGB
CMYK
RGB Variations
Color information
#FCDCE6 (or 0xFCDCE6) is known color: Pig Pink. HEX triplet: FC, DC and E6. RGB value is (252,220,230). Sum of RGB (Red+Green+Blue) = 252+220+230=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCE6 is #032319. Grayscale: #E6E6E6. Windows color (decimal): -205594 or 15129852. OLE color: 15129852.
HSL color Cylindrical-coordinate representation of color #FCDCE6: hue angle of 341.25º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDCE6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 230 | - |
CMYK | 0 | 0.13 | 0.09 | 0.01 |
HSL | 341.25º | 0.84% | 0.93% | - |
HSV(B) | 341.25º | 0.13% | 0.99% | - |
XYZ | 80.02 | 77.6 | 85.62 | - |
YUV | 230.71 | 127.6 | 143.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 230 | 0 | 0.13 | 0.09 | 0.01 | 341.25 | 0.84 | 0.93 |
Hex | FC | DC | E6 | 0 | D | 9 | 1 | 155 | 54 | 5D |
Octal | 374 | 334 | 346 | 0 | 15 | 11 | 1 | 525 | 124 | 135 |
Binary | 11111100 | 11011100 | 11100110 | 0 | 1101 | 1001 | 1 | 101010101 | 1010100 | 1011101 |
Color Harmonies of #FCDCE6
Complementary color
Monochromatic Colors of #FCDCE6
Black with #FCDCE6
Text Example
Text Example
White with #FCDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCE6; }
p { color: rgb(252,220,230); }
H1.HeaderClassName
{
color: #FCDCE6;
}
.AnyTagClassName
{
color: #FCDCE6;
}
</style>
background-color css
<style>
a { background-color: #FCDCE6; }
a { background-color: rgb(252,220,230); }
div.DivClassName
{
background-color: #FCDCE6;
}
.BgClassName
{
background-color: #FCDCE6;
}
</style>
border-color css
<style>
span { border-color: #FCDCE6; }
span { border-color: rgb(252,220,230); }
td.TdClassName
{
border-color: #FCDCE6;
}
.TagClassName
{
border-color: #FCDCE6;
}
</style>