Shades of Pig Pink #FED9EA
Tints of Pig Pink #FED9EA
RGB
CMYK
RGB Variations
Color information
#FED9EA (or 0xFED9EA) is known color: Pig Pink. HEX triplet: FE, D9 and EA. RGB value is (254,217,234). Sum of RGB (Red+Green+Blue) = 254+217+234=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9EA is #012615. Grayscale: #E5E5E5. Windows color (decimal): -75286 or 15391230. OLE color: 15391230.
HSL color Cylindrical-coordinate representation of color #FED9EA: hue angle of 332.43º 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 #FED9EA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 234 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.00 |
| HSL | 332.43º | 0.95% | 0.92% | - |
| HSV(B) | 332.43º | 0.15% | 1% | - |
| XYZ | 80.54 | 76.64 | 88.39 | - |
| YUV | 230 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 234 | 0 | 0.15 | 0.08 | 0.00 | 332.43 | 0.95 | 0.92 |
| Hex | FE | D9 | EA | 0 | F | 8 | 0 | 14C | 5F | 5C |
| Octal | 376 | 331 | 352 | 0 | 17 | 10 | 0 | 514 | 137 | 134 |
| Binary | 11111110 | 11011001 | 11101010 | 0 | 1111 | 1000 | 0 | 101001100 | 1011111 | 1011100 |
Color Harmonies of #FED9EA
Complementary color
Monochromatic Colors of #FED9EA
Black with #FED9EA
Text Example
Text Example
White with #FED9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9EA; }
p { color: rgb(254,217,234); }
H1.HeaderClassName
{
color: #FED9EA;
}
.AnyTagClassName
{
color: #FED9EA;
}
</style>
background-color css
<style>
a { background-color: #FED9EA; }
a { background-color: rgb(254,217,234); }
div.DivClassName
{
background-color: #FED9EA;
}
.BgClassName
{
background-color: #FED9EA;
}
</style>
border-color css
<style>
span { border-color: #FED9EA; }
span { border-color: rgb(254,217,234); }
td.TdClassName
{
border-color: #FED9EA;
}
.TagClassName
{
border-color: #FED9EA;
}
</style>