Shades of Pig Pink #FDE0EF
Tints of Pig Pink #FDE0EF
RGB
CMYK
RGB Variations
Color information
#FDE0EF (or 0xFDE0EF) is known color: Pig Pink. HEX triplet: FD, E0 and EF. RGB value is (253,224,239). Sum of RGB (Red+Green+Blue) = 253+224+239=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0EF is #021F10. Grayscale: #EAEAEA. Windows color (decimal): -139025 or 15720701. OLE color: 15720701.
HSL color Cylindrical-coordinate representation of color #FDE0EF: hue angle of 328.97º 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 #FDE0EF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 239 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.01 |
| HSL | 328.97º | 0.88% | 0.94% | - |
| HSV(B) | 328.97º | 0.11% | 0.99% | - |
| XYZ | 82.74 | 80.43 | 92.82 | - |
| YUV | 234.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 239 | 0 | 0.11 | 0.06 | 0.01 | 328.97 | 0.88 | 0.94 |
| Hex | FD | E0 | EF | 0 | B | 6 | 1 | 149 | 58 | 5E |
| Octal | 375 | 340 | 357 | 0 | 13 | 6 | 1 | 511 | 130 | 136 |
| Binary | 11111101 | 11100000 | 11101111 | 0 | 1011 | 110 | 1 | 101001001 | 1011000 | 1011110 |
Color Harmonies of #FDE0EF
Complementary color
Monochromatic Colors of #FDE0EF
Black with #FDE0EF
Text Example
Text Example
White with #FDE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0EF; }
p { color: rgb(253,224,239); }
H1.HeaderClassName
{
color: #FDE0EF;
}
.AnyTagClassName
{
color: #FDE0EF;
}
</style>
background-color css
<style>
a { background-color: #FDE0EF; }
a { background-color: rgb(253,224,239); }
div.DivClassName
{
background-color: #FDE0EF;
}
.BgClassName
{
background-color: #FDE0EF;
}
</style>
border-color css
<style>
span { border-color: #FDE0EF; }
span { border-color: rgb(253,224,239); }
td.TdClassName
{
border-color: #FDE0EF;
}
.TagClassName
{
border-color: #FDE0EF;
}
</style>