Shades of Pig Pink #FCDDEC
Tints of Pig Pink #FCDDEC
RGB
CMYK
RGB Variations
Color information
#FCDDEC (or 0xFCDDEC) is known color: Pig Pink. HEX triplet: FC, DD and EC. RGB value is (252,221,236). Sum of RGB (Red+Green+Blue) = 252+221+236=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEC is #032213. Grayscale: #E7E7E7. Windows color (decimal): -205332 or 15523324. OLE color: 15523324.
HSL color Cylindrical-coordinate representation of color #FCDDEC: hue angle of 330.97º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDEC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 236 | - |
CMYK | 0 | 0.12 | 0.06 | 0.01 |
HSL | 330.97º | 0.84% | 0.93% | - |
HSV(B) | 330.97º | 0.12% | 0.99% | - |
XYZ | 81.14 | 78.46 | 90.23 | - |
YUV | 231.98 | 130.27 | 142.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 236 | 0 | 0.12 | 0.06 | 0.01 | 330.97 | 0.84 | 0.93 |
Hex | FC | DD | EC | 0 | C | 6 | 1 | 14B | 54 | 5D |
Octal | 374 | 335 | 354 | 0 | 14 | 6 | 1 | 513 | 124 | 135 |
Binary | 11111100 | 11011101 | 11101100 | 0 | 1100 | 110 | 1 | 101001011 | 1010100 | 1011101 |
Color Harmonies of #FCDDEC
Complementary color
Monochromatic Colors of #FCDDEC
Black with #FCDDEC
Text Example
Text Example
White with #FCDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDEC; }
p { color: rgb(252,221,236); }
H1.HeaderClassName
{
color: #FCDDEC;
}
.AnyTagClassName
{
color: #FCDDEC;
}
</style>
background-color css
<style>
a { background-color: #FCDDEC; }
a { background-color: rgb(252,221,236); }
div.DivClassName
{
background-color: #FCDDEC;
}
.BgClassName
{
background-color: #FCDDEC;
}
</style>
border-color css
<style>
span { border-color: #FCDDEC; }
span { border-color: rgb(252,221,236); }
td.TdClassName
{
border-color: #FCDDEC;
}
.TagClassName
{
border-color: #FCDDEC;
}
</style>