Shades of Pale Magenta #FE8DD9
Tints of Pale Magenta #FE8DD9
RGB
CMYK
RGB Variations
Color information
#FE8DD9 (or 0xFE8DD9) is known color: Pale Magenta. HEX triplet: FE, 8D and D9. RGB value is (254,141,217). Sum of RGB (Red+Green+Blue) = 254+141+217=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DD9 is #017226. Grayscale: #B7B7B7. Windows color (decimal): -94759 or 14257662. OLE color: 14257662.
HSL color Cylindrical-coordinate representation of color #FE8DD9: hue angle of 319.65º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DD9 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 217 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.00 |
| HSL | 319.65º | 0.98% | 0.77% | - |
| HSV(B) | 319.65º | 0.44% | 1% | - |
| XYZ | 62.92 | 45.13 | 71.04 | - |
| YUV | 183.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 217 | 0 | 0.44 | 0.15 | 0.00 | 319.65 | 0.98 | 0.77 |
| Hex | FE | 8D | D9 | 0 | 2C | F | 0 | 140 | 62 | 4D |
| Octal | 376 | 215 | 331 | 0 | 54 | 17 | 0 | 500 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11011001 | 0 | 101100 | 1111 | 0 | 101000000 | 1100010 | 1001101 |
Color Harmonies of #FE8DD9
Complementary color
Monochromatic Colors of #FE8DD9
Black with #FE8DD9
Text Example
Text Example
White with #FE8DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DD9; }
p { color: rgb(254,141,217); }
H1.HeaderClassName
{
color: #FE8DD9;
}
.AnyTagClassName
{
color: #FE8DD9;
}
</style>
background-color css
<style>
a { background-color: #FE8DD9; }
a { background-color: rgb(254,141,217); }
div.DivClassName
{
background-color: #FE8DD9;
}
.BgClassName
{
background-color: #FE8DD9;
}
</style>
border-color css
<style>
span { border-color: #FE8DD9; }
span { border-color: rgb(254,141,217); }
td.TdClassName
{
border-color: #FE8DD9;
}
.TagClassName
{
border-color: #FE8DD9;
}
</style>