Shades of Pig Pink #FCDBEC
Tints of Pig Pink #FCDBEC
RGB
CMYK
RGB Variations
Color information
#FCDBEC (or 0xFCDBEC) is known color: Pig Pink. HEX triplet: FC, DB and EC. RGB value is (252,219,236). Sum of RGB (Red+Green+Blue) = 252+219+236=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBEC is #032413. Grayscale: #E6E6E6. Windows color (decimal): -205844 or 15522812. OLE color: 15522812.
HSL color Cylindrical-coordinate representation of color #FCDBEC: hue angle of 329.09º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBEC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 219 | 236 | - |
CMYK | 0 | 0.13 | 0.06 | 0.01 |
HSL | 329.09º | 0.85% | 0.92% | - |
HSV(B) | 329.09º | 0.13% | 0.99% | - |
XYZ | 80.62 | 77.41 | 90.05 | - |
YUV | 230.81 | 130.93 | 143.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 219 | 236 | 0 | 0.13 | 0.06 | 0.01 | 329.09 | 0.85 | 0.92 |
Hex | FC | DB | EC | 0 | D | 6 | 1 | 149 | 55 | 5C |
Octal | 374 | 333 | 354 | 0 | 15 | 6 | 1 | 511 | 125 | 134 |
Binary | 11111100 | 11011011 | 11101100 | 0 | 1101 | 110 | 1 | 101001001 | 1010101 | 1011100 |
Color Harmonies of #FCDBEC
Complementary color
Monochromatic Colors of #FCDBEC
Black with #FCDBEC
Text Example
Text Example
White with #FCDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBEC; }
p { color: rgb(252,219,236); }
H1.HeaderClassName
{
color: #FCDBEC;
}
.AnyTagClassName
{
color: #FCDBEC;
}
</style>
background-color css
<style>
a { background-color: #FCDBEC; }
a { background-color: rgb(252,219,236); }
div.DivClassName
{
background-color: #FCDBEC;
}
.BgClassName
{
background-color: #FCDBEC;
}
</style>
border-color css
<style>
span { border-color: #FCDBEC; }
span { border-color: rgb(252,219,236); }
td.TdClassName
{
border-color: #FCDBEC;
}
.TagClassName
{
border-color: #FCDBEC;
}
</style>