Shades of Pig Pink #FED9EC
Tints of Pig Pink #FED9EC
RGB
CMYK
RGB Variations
Color information
#FED9EC (or 0xFED9EC) is known color: Pig Pink. HEX triplet: FE, D9 and EC. RGB value is (254,217,236). Sum of RGB (Red+Green+Blue) = 254+217+236=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9EC is #012613. Grayscale: #E6E6E6. Windows color (decimal): -75284 or 15522302. OLE color: 15522302.
HSL color Cylindrical-coordinate representation of color #FED9EC: hue angle of 329.19º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9EC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 236 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.00 |
| HSL | 329.19º | 0.95% | 0.92% | - |
| HSV(B) | 329.19º | 0.15% | 1% | - |
| XYZ | 80.83 | 76.75 | 89.91 | - |
| YUV | 230.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 236 | 0 | 0.15 | 0.07 | 0.00 | 329.19 | 0.95 | 0.92 |
| Hex | FE | D9 | EC | 0 | F | 7 | 0 | 149 | 5F | 5C |
| Octal | 376 | 331 | 354 | 0 | 17 | 7 | 0 | 511 | 137 | 134 |
| Binary | 11111110 | 11011001 | 11101100 | 0 | 1111 | 111 | 0 | 101001001 | 1011111 | 1011100 |
Color Harmonies of #FED9EC
Complementary color
Monochromatic Colors of #FED9EC
Black with #FED9EC
Text Example
Text Example
White with #FED9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9EC; }
p { color: rgb(254,217,236); }
H1.HeaderClassName
{
color: #FED9EC;
}
.AnyTagClassName
{
color: #FED9EC;
}
</style>
background-color css
<style>
a { background-color: #FED9EC; }
a { background-color: rgb(254,217,236); }
div.DivClassName
{
background-color: #FED9EC;
}
.BgClassName
{
background-color: #FED9EC;
}
</style>
border-color css
<style>
span { border-color: #FED9EC; }
span { border-color: rgb(254,217,236); }
td.TdClassName
{
border-color: #FED9EC;
}
.TagClassName
{
border-color: #FED9EC;
}
</style>