Shades of Pig Pink #FCCEE1
Tints of Pig Pink #FCCEE1
RGB
CMYK
RGB Variations
Color information
#FCCEE1 (or 0xFCCEE1) is known color: Pig Pink. HEX triplet: FC, CE and E1. RGB value is (252,206,225). Sum of RGB (Red+Green+Blue) = 252+206+225=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEE1 is #03311E. Grayscale: #DDDDDD. Windows color (decimal): -209183 or 14798588. OLE color: 14798588.
HSL color Cylindrical-coordinate representation of color #FCCEE1: hue angle of 335.22º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEE1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 225 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.01 |
| HSL | 335.22º | 0.88% | 0.9% | - |
| HSV(B) | 335.22º | 0.18% | 0.99% | - |
| XYZ | 75.81 | 70.27 | 80.8 | - |
| YUV | 221.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 225 | 0 | 0.18 | 0.11 | 0.01 | 335.22 | 0.88 | 0.9 |
| Hex | FC | CE | E1 | 0 | 12 | B | 1 | 14F | 58 | 5A |
| Octal | 374 | 316 | 341 | 0 | 22 | 13 | 1 | 517 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11100001 | 0 | 10010 | 1011 | 1 | 101001111 | 1011000 | 1011010 |
Color Harmonies of #FCCEE1
Complementary color
Monochromatic Colors of #FCCEE1
Black with #FCCEE1
Text Example
Text Example
White with #FCCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEE1; }
p { color: rgb(252,206,225); }
H1.HeaderClassName
{
color: #FCCEE1;
}
.AnyTagClassName
{
color: #FCCEE1;
}
</style>
background-color css
<style>
a { background-color: #FCCEE1; }
a { background-color: rgb(252,206,225); }
div.DivClassName
{
background-color: #FCCEE1;
}
.BgClassName
{
background-color: #FCCEE1;
}
</style>
border-color css
<style>
span { border-color: #FCCEE1; }
span { border-color: rgb(252,206,225); }
td.TdClassName
{
border-color: #FCCEE1;
}
.TagClassName
{
border-color: #FCCEE1;
}
</style>