Shades of Pig Pink #FCCEE2
Tints of Pig Pink #FCCEE2
RGB
CMYK
RGB Variations
Color information
#FCCEE2 (or 0xFCCEE2) is known color: Pig Pink. HEX triplet: FC, CE and E2. RGB value is (252,206,226). Sum of RGB (Red+Green+Blue) = 252+206+226=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEE2 is #03311D. Grayscale: #DEDEDE. Windows color (decimal): -209182 or 14864124. OLE color: 14864124.
HSL color Cylindrical-coordinate representation of color #FCCEE2: hue angle of 333.91º 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 #FCCEE2 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 226 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.01 |
| HSL | 333.91º | 0.88% | 0.9% | - |
| HSV(B) | 333.91º | 0.18% | 0.99% | - |
| XYZ | 75.94 | 70.33 | 81.52 | - |
| YUV | 222.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 226 | 0 | 0.18 | 0.10 | 0.01 | 333.91 | 0.88 | 0.9 |
| Hex | FC | CE | E2 | 0 | 12 | A | 1 | 14E | 58 | 5A |
| Octal | 374 | 316 | 342 | 0 | 22 | 12 | 1 | 516 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11100010 | 0 | 10010 | 1010 | 1 | 101001110 | 1011000 | 1011010 |
Color Harmonies of #FCCEE2
Complementary color
Monochromatic Colors of #FCCEE2
Black with #FCCEE2
Text Example
Text Example
White with #FCCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEE2; }
p { color: rgb(252,206,226); }
H1.HeaderClassName
{
color: #FCCEE2;
}
.AnyTagClassName
{
color: #FCCEE2;
}
</style>
background-color css
<style>
a { background-color: #FCCEE2; }
a { background-color: rgb(252,206,226); }
div.DivClassName
{
background-color: #FCCEE2;
}
.BgClassName
{
background-color: #FCCEE2;
}
</style>
border-color css
<style>
span { border-color: #FCCEE2; }
span { border-color: rgb(252,206,226); }
td.TdClassName
{
border-color: #FCCEE2;
}
.TagClassName
{
border-color: #FCCEE2;
}
</style>