Shades of Pig Pink #FCE0F1
Tints of Pig Pink #FCE0F1
RGB
CMYK
RGB Variations
Color information
#FCE0F1 (or 0xFCE0F1) is known color: Pig Pink. HEX triplet: FC, E0 and F1. RGB value is (252,224,241). Sum of RGB (Red+Green+Blue) = 252+224+241=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F1 is #031F0E. Grayscale: #EAEAEA. Windows color (decimal): -204559 or 15851772. OLE color: 15851772.
HSL color Cylindrical-coordinate representation of color #FCE0F1: hue angle of 323.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0F1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 241 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.01 |
| HSL | 323.57º | 0.82% | 0.93% | - |
| HSV(B) | 323.57º | 0.11% | 0.99% | - |
| XYZ | 82.68 | 80.36 | 94.37 | - |
| YUV | 234.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 241 | 0 | 0.11 | 0.04 | 0.01 | 323.57 | 0.82 | 0.93 |
| Hex | FC | E0 | F1 | 0 | B | 4 | 1 | 144 | 52 | 5D |
| Octal | 374 | 340 | 361 | 0 | 13 | 4 | 1 | 504 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11110001 | 0 | 1011 | 100 | 1 | 101000100 | 1010010 | 1011101 |
Color Harmonies of #FCE0F1
Complementary color
Monochromatic Colors of #FCE0F1
Black with #FCE0F1
Text Example
Text Example
White with #FCE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0F1; }
p { color: rgb(252,224,241); }
H1.HeaderClassName
{
color: #FCE0F1;
}
.AnyTagClassName
{
color: #FCE0F1;
}
</style>
background-color css
<style>
a { background-color: #FCE0F1; }
a { background-color: rgb(252,224,241); }
div.DivClassName
{
background-color: #FCE0F1;
}
.BgClassName
{
background-color: #FCE0F1;
}
</style>
border-color css
<style>
span { border-color: #FCE0F1; }
span { border-color: rgb(252,224,241); }
td.TdClassName
{
border-color: #FCE0F1;
}
.TagClassName
{
border-color: #FCE0F1;
}
</style>