Shades of Pig Pink #FED9EF
Tints of Pig Pink #FED9EF
RGB
CMYK
RGB Variations
Color information
#FED9EF (or 0xFED9EF) is known color: Pig Pink. HEX triplet: FE, D9 and EF. RGB value is (254,217,239). Sum of RGB (Red+Green+Blue) = 254+217+239=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 217 (85.16% from 255 or 30.56% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9EF is #012610. Grayscale: #E6E6E6. Windows color (decimal): -75281 or 15718910. OLE color: 15718910.
HSL color Cylindrical-coordinate representation of color #FED9EF: hue angle of 324.32º 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 #FED9EF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 239 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.00 |
| HSL | 324.32º | 0.95% | 0.92% | - |
| HSV(B) | 324.32º | 0.15% | 1% | - |
| XYZ | 81.27 | 76.93 | 92.23 | - |
| YUV | 230.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 239 | 0 | 0.15 | 0.06 | 0.00 | 324.32 | 0.95 | 0.92 |
| Hex | FE | D9 | EF | 0 | F | 6 | 0 | 144 | 5F | 5C |
| Octal | 376 | 331 | 357 | 0 | 17 | 6 | 0 | 504 | 137 | 134 |
| Binary | 11111110 | 11011001 | 11101111 | 0 | 1111 | 110 | 0 | 101000100 | 1011111 | 1011100 |
Color Harmonies of #FED9EF
Complementary color
Monochromatic Colors of #FED9EF
Black with #FED9EF
Text Example
Text Example
White with #FED9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9EF; }
p { color: rgb(254,217,239); }
H1.HeaderClassName
{
color: #FED9EF;
}
.AnyTagClassName
{
color: #FED9EF;
}
</style>
background-color css
<style>
a { background-color: #FED9EF; }
a { background-color: rgb(254,217,239); }
div.DivClassName
{
background-color: #FED9EF;
}
.BgClassName
{
background-color: #FED9EF;
}
</style>
border-color css
<style>
span { border-color: #FED9EF; }
span { border-color: rgb(254,217,239); }
td.TdClassName
{
border-color: #FED9EF;
}
.TagClassName
{
border-color: #FED9EF;
}
</style>