Shades of Pig Pink #FCDCEB
Tints of Pig Pink #FCDCEB
RGB
CMYK
RGB Variations
Color information
#FCDCEB (or 0xFCDCEB) is known color: Pig Pink. HEX triplet: FC, DC and EB. RGB value is (252,220,235). Sum of RGB (Red+Green+Blue) = 252+220+235=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCEB is #032314. Grayscale: #E7E7E7. Windows color (decimal): -205589 or 15457532. OLE color: 15457532.
HSL color Cylindrical-coordinate representation of color #FCDCEB: hue angle of 331.88º 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 #FCDCEB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 235 | - |
CMYK | 0 | 0.13 | 0.07 | 0.01 |
HSL | 331.88º | 0.84% | 0.93% | - |
HSV(B) | 331.88º | 0.13% | 0.99% | - |
XYZ | 80.73 | 77.88 | 89.37 | - |
YUV | 231.28 | 130.1 | 142.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 235 | 0 | 0.13 | 0.07 | 0.01 | 331.88 | 0.84 | 0.93 |
Hex | FC | DC | EB | 0 | D | 7 | 1 | 14C | 54 | 5D |
Octal | 374 | 334 | 353 | 0 | 15 | 7 | 1 | 514 | 124 | 135 |
Binary | 11111100 | 11011100 | 11101011 | 0 | 1101 | 111 | 1 | 101001100 | 1010100 | 1011101 |
Color Harmonies of #FCDCEB
Complementary color
Monochromatic Colors of #FCDCEB
Black with #FCDCEB
Text Example
Text Example
White with #FCDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCEB; }
p { color: rgb(252,220,235); }
H1.HeaderClassName
{
color: #FCDCEB;
}
.AnyTagClassName
{
color: #FCDCEB;
}
</style>
background-color css
<style>
a { background-color: #FCDCEB; }
a { background-color: rgb(252,220,235); }
div.DivClassName
{
background-color: #FCDCEB;
}
.BgClassName
{
background-color: #FCDCEB;
}
</style>
border-color css
<style>
span { border-color: #FCDCEB; }
span { border-color: rgb(252,220,235); }
td.TdClassName
{
border-color: #FCDCEB;
}
.TagClassName
{
border-color: #FCDCEB;
}
</style>