Shades of Pig Pink #FDE0ED
Tints of Pig Pink #FDE0ED
RGB
CMYK
RGB Variations
Color information
#FDE0ED (or 0xFDE0ED) is known color: Pig Pink. HEX triplet: FD, E0 and ED. RGB value is (253,224,237). Sum of RGB (Red+Green+Blue) = 253+224+237=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0ED is #021F12. Grayscale: #EAEAEA. Windows color (decimal): -139027 or 15589629. OLE color: 15589629.
HSL color Cylindrical-coordinate representation of color #FDE0ED: hue angle of 333.1º 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 #FDE0ED is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 237 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.01 |
| HSL | 333.1º | 0.88% | 0.94% | - |
| HSV(B) | 333.1º | 0.11% | 0.99% | - |
| XYZ | 82.45 | 80.31 | 91.28 | - |
| YUV | 234.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 237 | 0 | 0.11 | 0.06 | 0.01 | 333.1 | 0.88 | 0.94 |
| Hex | FD | E0 | ED | 0 | B | 6 | 1 | 14D | 58 | 5E |
| Octal | 375 | 340 | 355 | 0 | 13 | 6 | 1 | 515 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11101101 | 0 | 1011 | 110 | 1 | 101001101 | 1011000 | 1011110 |
Color Harmonies of #FDE0ED
Complementary color
Monochromatic Colors of #FDE0ED
Black with #FDE0ED
Text Example
Text Example
White with #FDE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0ED; }
p { color: rgb(253,224,237); }
H1.HeaderClassName
{
color: #FDE0ED;
}
.AnyTagClassName
{
color: #FDE0ED;
}
</style>
background-color css
<style>
a { background-color: #FDE0ED; }
a { background-color: rgb(253,224,237); }
div.DivClassName
{
background-color: #FDE0ED;
}
.BgClassName
{
background-color: #FDE0ED;
}
</style>
border-color css
<style>
span { border-color: #FDE0ED; }
span { border-color: rgb(253,224,237); }
td.TdClassName
{
border-color: #FDE0ED;
}
.TagClassName
{
border-color: #FDE0ED;
}
</style>