Shades of Pig Pink #FCDCEA
Tints of Pig Pink #FCDCEA
RGB
CMYK
RGB Variations
Color information
#FCDCEA (or 0xFCDCEA) is known color: Pig Pink. HEX triplet: FC, DC and EA. RGB value is (252,220,234). Sum of RGB (Red+Green+Blue) = 252+220+234=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCEA is #032315. Grayscale: #E7E7E7. Windows color (decimal): -205590 or 15391996. OLE color: 15391996.
HSL color Cylindrical-coordinate representation of color #FCDCEA: hue angle of 333.75º 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 #FCDCEA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 234 | - |
CMYK | 0 | 0.13 | 0.07 | 0.01 |
HSL | 333.75º | 0.84% | 0.93% | - |
HSV(B) | 333.75º | 0.13% | 0.99% | - |
XYZ | 80.59 | 77.82 | 88.62 | - |
YUV | 231.16 | 129.6 | 142.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 234 | 0 | 0.13 | 0.07 | 0.01 | 333.75 | 0.84 | 0.93 |
Hex | FC | DC | EA | 0 | D | 7 | 1 | 14E | 54 | 5D |
Octal | 374 | 334 | 352 | 0 | 15 | 7 | 1 | 516 | 124 | 135 |
Binary | 11111100 | 11011100 | 11101010 | 0 | 1101 | 111 | 1 | 101001110 | 1010100 | 1011101 |
Color Harmonies of #FCDCEA
Complementary color
Monochromatic Colors of #FCDCEA
Black with #FCDCEA
Text Example
Text Example
White with #FCDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCEA; }
p { color: rgb(252,220,234); }
H1.HeaderClassName
{
color: #FCDCEA;
}
.AnyTagClassName
{
color: #FCDCEA;
}
</style>
background-color css
<style>
a { background-color: #FCDCEA; }
a { background-color: rgb(252,220,234); }
div.DivClassName
{
background-color: #FCDCEA;
}
.BgClassName
{
background-color: #FCDCEA;
}
</style>
border-color css
<style>
span { border-color: #FCDCEA; }
span { border-color: rgb(252,220,234); }
td.TdClassName
{
border-color: #FCDCEA;
}
.TagClassName
{
border-color: #FCDCEA;
}
</style>