Shades of Pig Pink #FCD8E2
Tints of Pig Pink #FCD8E2
RGB
CMYK
RGB Variations
Color information
#FCD8E2 (or 0xFCD8E2) is known color: Pig Pink. HEX triplet: FC, D8 and E2. RGB value is (252,216,226). Sum of RGB (Red+Green+Blue) = 252+216+226=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8E2 is #03271D. Grayscale: #E3E3E3. Windows color (decimal): -206622 or 14866684. OLE color: 14866684.
HSL color Cylindrical-coordinate representation of color #FCD8E2: hue angle of 343.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD8E2 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 226 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.01 |
| HSL | 343.33º | 0.86% | 0.92% | - |
| HSV(B) | 343.33º | 0.14% | 0.99% | - |
| XYZ | 78.43 | 75.3 | 82.35 | - |
| YUV | 227.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 226 | 0 | 0.14 | 0.10 | 0.01 | 343.33 | 0.86 | 0.92 |
| Hex | FC | D8 | E2 | 0 | E | A | 1 | 157 | 56 | 5C |
| Octal | 374 | 330 | 342 | 0 | 16 | 12 | 1 | 527 | 126 | 134 |
| Binary | 11111100 | 11011000 | 11100010 | 0 | 1110 | 1010 | 1 | 101010111 | 1010110 | 1011100 |
Color Harmonies of #FCD8E2
Complementary color
Monochromatic Colors of #FCD8E2
Black with #FCD8E2
Text Example
Text Example
White with #FCD8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8E2; }
p { color: rgb(252,216,226); }
H1.HeaderClassName
{
color: #FCD8E2;
}
.AnyTagClassName
{
color: #FCD8E2;
}
</style>
background-color css
<style>
a { background-color: #FCD8E2; }
a { background-color: rgb(252,216,226); }
div.DivClassName
{
background-color: #FCD8E2;
}
.BgClassName
{
background-color: #FCD8E2;
}
</style>
border-color css
<style>
span { border-color: #FCD8E2; }
span { border-color: rgb(252,216,226); }
td.TdClassName
{
border-color: #FCD8E2;
}
.TagClassName
{
border-color: #FCD8E2;
}
</style>