Shades of Pig Pink #FCDDE6
Tints of Pig Pink #FCDDE6
RGB
CMYK
RGB Variations
Color information
#FCDDE6 (or 0xFCDDE6) is known color: Pig Pink. HEX triplet: FC, DD and E6. RGB value is (252,221,230). Sum of RGB (Red+Green+Blue) = 252+221+230=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDE6 is #032219. Grayscale: #E7E7E7. Windows color (decimal): -205338 or 15130108. OLE color: 15130108.
HSL color Cylindrical-coordinate representation of color #FCDDE6: hue angle of 342.58º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDE6 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 230 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.01 |
| HSL | 342.58º | 0.84% | 0.93% | - |
| HSV(B) | 342.58º | 0.12% | 0.99% | - |
| XYZ | 80.28 | 78.12 | 85.71 | - |
| YUV | 231.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 230 | 0 | 0.12 | 0.09 | 0.01 | 342.58 | 0.84 | 0.93 |
| Hex | FC | DD | E6 | 0 | C | 9 | 1 | 157 | 54 | 5D |
| Octal | 374 | 335 | 346 | 0 | 14 | 11 | 1 | 527 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11100110 | 0 | 1100 | 1001 | 1 | 101010111 | 1010100 | 1011101 |
Color Harmonies of #FCDDE6
Complementary color
Monochromatic Colors of #FCDDE6
Black with #FCDDE6
Text Example
Text Example
White with #FCDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDE6; }
p { color: rgb(252,221,230); }
H1.HeaderClassName
{
color: #FCDDE6;
}
.AnyTagClassName
{
color: #FCDDE6;
}
</style>
background-color css
<style>
a { background-color: #FCDDE6; }
a { background-color: rgb(252,221,230); }
div.DivClassName
{
background-color: #FCDDE6;
}
.BgClassName
{
background-color: #FCDDE6;
}
</style>
border-color css
<style>
span { border-color: #FCDDE6; }
span { border-color: rgb(252,221,230); }
td.TdClassName
{
border-color: #FCDDE6;
}
.TagClassName
{
border-color: #FCDDE6;
}
</style>