Shades of Pig Pink #FCD9ED
Tints of Pig Pink #FCD9ED
RGB
CMYK
RGB Variations
Color information
#FCD9ED (or 0xFCD9ED) is known color: Pig Pink. HEX triplet: FC, D9 and ED. RGB value is (252,217,237). Sum of RGB (Red+Green+Blue) = 252+217+237=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9ED is #032612. Grayscale: #E5E5E5. Windows color (decimal): -206355 or 15587836. OLE color: 15587836.
HSL color Cylindrical-coordinate representation of color #FCD9ED: hue angle of 325.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD9ED is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 217 | 237 | - |
CMYK | 0 | 0.14 | 0.06 | 0.01 |
HSL | 325.71º | 0.85% | 0.92% | - |
HSV(B) | 325.71º | 0.14% | 0.99% | - |
XYZ | 80.24 | 76.44 | 90.65 | - |
YUV | 229.75 | 132.1 | 143.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 217 | 237 | 0 | 0.14 | 0.06 | 0.01 | 325.71 | 0.85 | 0.92 |
Hex | FC | D9 | ED | 0 | E | 6 | 1 | 146 | 55 | 5C |
Octal | 374 | 331 | 355 | 0 | 16 | 6 | 1 | 506 | 125 | 134 |
Binary | 11111100 | 11011001 | 11101101 | 0 | 1110 | 110 | 1 | 101000110 | 1010101 | 1011100 |
Color Harmonies of #FCD9ED
Complementary color
Monochromatic Colors of #FCD9ED
Black with #FCD9ED
Text Example
Text Example
White with #FCD9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9ED; }
p { color: rgb(252,217,237); }
H1.HeaderClassName
{
color: #FCD9ED;
}
.AnyTagClassName
{
color: #FCD9ED;
}
</style>
background-color css
<style>
a { background-color: #FCD9ED; }
a { background-color: rgb(252,217,237); }
div.DivClassName
{
background-color: #FCD9ED;
}
.BgClassName
{
background-color: #FCD9ED;
}
</style>
border-color css
<style>
span { border-color: #FCD9ED; }
span { border-color: rgb(252,217,237); }
td.TdClassName
{
border-color: #FCD9ED;
}
.TagClassName
{
border-color: #FCD9ED;
}
</style>