Shades of Pig Pink #FCD1E6
Tints of Pig Pink #FCD1E6
RGB
CMYK
RGB Variations
Color information
#FCD1E6 (or 0xFCD1E6) is known color: Pig Pink. HEX triplet: FC, D1 and E6. RGB value is (252,209,230). Sum of RGB (Red+Green+Blue) = 252+209+230=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 209 (82.03% from 255 or 30.25% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1E6 is #032E19. Grayscale: #E0E0E0. Windows color (decimal): -208410 or 15127036. OLE color: 15127036.
HSL color Cylindrical-coordinate representation of color #FCD1E6: hue angle of 330.7º 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 #FCD1E6 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 209 | 230 | - |
CMYK | 0 | 0.17 | 0.09 | 0.01 |
HSL | 330.7º | 0.88% | 0.9% | - |
HSV(B) | 330.7º | 0.17% | 0.99% | - |
XYZ | 77.23 | 72.01 | 84.69 | - |
YUV | 224.25 | 131.25 | 147.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 209 | 230 | 0 | 0.17 | 0.09 | 0.01 | 330.7 | 0.88 | 0.9 |
Hex | FC | D1 | E6 | 0 | 11 | 9 | 1 | 14B | 58 | 5A |
Octal | 374 | 321 | 346 | 0 | 21 | 11 | 1 | 513 | 130 | 132 |
Binary | 11111100 | 11010001 | 11100110 | 0 | 10001 | 1001 | 1 | 101001011 | 1011000 | 1011010 |
Color Harmonies of #FCD1E6
Complementary color
Monochromatic Colors of #FCD1E6
Black with #FCD1E6
Text Example
Text Example
White with #FCD1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1E6; }
p { color: rgb(252,209,230); }
H1.HeaderClassName
{
color: #FCD1E6;
}
.AnyTagClassName
{
color: #FCD1E6;
}
</style>
background-color css
<style>
a { background-color: #FCD1E6; }
a { background-color: rgb(252,209,230); }
div.DivClassName
{
background-color: #FCD1E6;
}
.BgClassName
{
background-color: #FCD1E6;
}
</style>
border-color css
<style>
span { border-color: #FCD1E6; }
span { border-color: rgb(252,209,230); }
td.TdClassName
{
border-color: #FCD1E6;
}
.TagClassName
{
border-color: #FCD1E6;
}
</style>