Shades of Pig Pink #FCD1ED
Tints of Pig Pink #FCD1ED
RGB
CMYK
RGB Variations
Color information
#FCD1ED (or 0xFCD1ED) is known color: Pig Pink. HEX triplet: FC, D1 and ED. RGB value is (252,209,237). Sum of RGB (Red+Green+Blue) = 252+209+237=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1ED is #032E12. Grayscale: #E0E0E0. Windows color (decimal): -208403 or 15585788. OLE color: 15585788.
HSL color Cylindrical-coordinate representation of color #FCD1ED: hue angle of 320.93º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD1ED is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 209 | 237 | - |
CMYK | 0 | 0.17 | 0.06 | 0.01 |
HSL | 320.93º | 0.88% | 0.9% | - |
HSV(B) | 320.93º | 0.17% | 0.99% | - |
XYZ | 78.23 | 72.41 | 89.97 | - |
YUV | 225.05 | 134.75 | 147.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 209 | 237 | 0 | 0.17 | 0.06 | 0.01 | 320.93 | 0.88 | 0.9 |
Hex | FC | D1 | ED | 0 | 11 | 6 | 1 | 141 | 58 | 5A |
Octal | 374 | 321 | 355 | 0 | 21 | 6 | 1 | 501 | 130 | 132 |
Binary | 11111100 | 11010001 | 11101101 | 0 | 10001 | 110 | 1 | 101000001 | 1011000 | 1011010 |
Color Harmonies of #FCD1ED
Complementary color
Monochromatic Colors of #FCD1ED
Black with #FCD1ED
Text Example
Text Example
White with #FCD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1ED; }
p { color: rgb(252,209,237); }
H1.HeaderClassName
{
color: #FCD1ED;
}
.AnyTagClassName
{
color: #FCD1ED;
}
</style>
background-color css
<style>
a { background-color: #FCD1ED; }
a { background-color: rgb(252,209,237); }
div.DivClassName
{
background-color: #FCD1ED;
}
.BgClassName
{
background-color: #FCD1ED;
}
</style>
border-color css
<style>
span { border-color: #FCD1ED; }
span { border-color: rgb(252,209,237); }
td.TdClassName
{
border-color: #FCD1ED;
}
.TagClassName
{
border-color: #FCD1ED;
}
</style>