Shades of Pig Pink #FDE0EC
Tints of Pig Pink #FDE0EC
RGB
CMYK
RGB Variations
Color information
#FDE0EC (or 0xFDE0EC) is known color: Pig Pink. HEX triplet: FD, E0 and EC. RGB value is (253,224,236). Sum of RGB (Red+Green+Blue) = 253+224+236=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0EC is #021F13. Grayscale: #EAEAEA. Windows color (decimal): -139028 or 15524093. OLE color: 15524093.
HSL color Cylindrical-coordinate representation of color #FDE0EC: hue angle of 335.17º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE0EC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 236 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.01 |
| HSL | 335.17º | 0.88% | 0.94% | - |
| HSV(B) | 335.17º | 0.11% | 0.99% | - |
| XYZ | 82.3 | 80.25 | 90.51 | - |
| YUV | 234.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 236 | 0 | 0.11 | 0.07 | 0.01 | 335.17 | 0.88 | 0.94 |
| Hex | FD | E0 | EC | 0 | B | 7 | 1 | 14F | 58 | 5E |
| Octal | 375 | 340 | 354 | 0 | 13 | 7 | 1 | 517 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11101100 | 0 | 1011 | 111 | 1 | 101001111 | 1011000 | 1011110 |
Color Harmonies of #FDE0EC
Complementary color
Monochromatic Colors of #FDE0EC
Black with #FDE0EC
Text Example
Text Example
White with #FDE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0EC; }
p { color: rgb(253,224,236); }
H1.HeaderClassName
{
color: #FDE0EC;
}
.AnyTagClassName
{
color: #FDE0EC;
}
</style>
background-color css
<style>
a { background-color: #FDE0EC; }
a { background-color: rgb(253,224,236); }
div.DivClassName
{
background-color: #FDE0EC;
}
.BgClassName
{
background-color: #FDE0EC;
}
</style>
border-color css
<style>
span { border-color: #FDE0EC; }
span { border-color: rgb(253,224,236); }
td.TdClassName
{
border-color: #FDE0EC;
}
.TagClassName
{
border-color: #FDE0EC;
}
</style>