Shades of Pig Pink #FCCEE0
Tints of Pig Pink #FCCEE0
RGB
CMYK
RGB Variations
Color information
#FCCEE0 (or 0xFCCEE0) is known color: Pig Pink. HEX triplet: FC, CE and E0. RGB value is (252,206,224). Sum of RGB (Red+Green+Blue) = 252+206+224=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEE0 is #03311F. Grayscale: #DDDDDD. Windows color (decimal): -209184 or 14733052. OLE color: 14733052.
HSL color Cylindrical-coordinate representation of color #FCCEE0: hue angle of 336.52º 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 #FCCEE0 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 224 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.01 |
| HSL | 336.52º | 0.88% | 0.9% | - |
| HSV(B) | 336.52º | 0.18% | 0.99% | - |
| XYZ | 75.67 | 70.22 | 80.09 | - |
| YUV | 221.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 224 | 0 | 0.18 | 0.11 | 0.01 | 336.52 | 0.88 | 0.9 |
| Hex | FC | CE | E0 | 0 | 12 | B | 1 | 151 | 58 | 5A |
| Octal | 374 | 316 | 340 | 0 | 22 | 13 | 1 | 521 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11100000 | 0 | 10010 | 1011 | 1 | 101010001 | 1011000 | 1011010 |
Color Harmonies of #FCCEE0
Complementary color
Monochromatic Colors of #FCCEE0
Black with #FCCEE0
Text Example
Text Example
White with #FCCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEE0; }
p { color: rgb(252,206,224); }
H1.HeaderClassName
{
color: #FCCEE0;
}
.AnyTagClassName
{
color: #FCCEE0;
}
</style>
background-color css
<style>
a { background-color: #FCCEE0; }
a { background-color: rgb(252,206,224); }
div.DivClassName
{
background-color: #FCCEE0;
}
.BgClassName
{
background-color: #FCCEE0;
}
</style>
border-color css
<style>
span { border-color: #FCCEE0; }
span { border-color: rgb(252,206,224); }
td.TdClassName
{
border-color: #FCCEE0;
}
.TagClassName
{
border-color: #FCCEE0;
}
</style>