Shades of Pig Pink #FCE0F2
Tints of Pig Pink #FCE0F2
RGB
CMYK
RGB Variations
Color information
#FCE0F2 (or 0xFCE0F2) is known color: Pig Pink. HEX triplet: FC, E0 and F2. RGB value is (252,224,242). Sum of RGB (Red+Green+Blue) = 252+224+242=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F2 is #031F0D. Grayscale: #EAEAEA. Windows color (decimal): -204558 or 15917308. OLE color: 15917308.
HSL color Cylindrical-coordinate representation of color #FCE0F2: hue angle of 321.43º 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 #FCE0F2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 242 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.01 |
| HSL | 321.43º | 0.82% | 0.93% | - |
| HSV(B) | 321.43º | 0.11% | 0.99% | - |
| XYZ | 82.83 | 80.42 | 95.16 | - |
| YUV | 234.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 242 | 0 | 0.11 | 0.04 | 0.01 | 321.43 | 0.82 | 0.93 |
| Hex | FC | E0 | F2 | 0 | B | 4 | 1 | 141 | 52 | 5D |
| Octal | 374 | 340 | 362 | 0 | 13 | 4 | 1 | 501 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11110010 | 0 | 1011 | 100 | 1 | 101000001 | 1010010 | 1011101 |
Color Harmonies of #FCE0F2
Complementary color
Monochromatic Colors of #FCE0F2
Black with #FCE0F2
Text Example
Text Example
White with #FCE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0F2; }
p { color: rgb(252,224,242); }
H1.HeaderClassName
{
color: #FCE0F2;
}
.AnyTagClassName
{
color: #FCE0F2;
}
</style>
background-color css
<style>
a { background-color: #FCE0F2; }
a { background-color: rgb(252,224,242); }
div.DivClassName
{
background-color: #FCE0F2;
}
.BgClassName
{
background-color: #FCE0F2;
}
</style>
border-color css
<style>
span { border-color: #FCE0F2; }
span { border-color: rgb(252,224,242); }
td.TdClassName
{
border-color: #FCE0F2;
}
.TagClassName
{
border-color: #FCE0F2;
}
</style>