Shades of Pale Magenta #FE8CDA
Tints of Pale Magenta #FE8CDA
RGB
CMYK
RGB Variations
Color information
#FE8CDA (or 0xFE8CDA) is known color: Pale Magenta. HEX triplet: FE, 8C and DA. RGB value is (254,140,218). Sum of RGB (Red+Green+Blue) = 254+140+218=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CDA is #017325. Grayscale: #B6B6B6. Windows color (decimal): -95014 or 14322942. OLE color: 14322942.
HSL color Cylindrical-coordinate representation of color #FE8CDA: hue angle of 318.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CDA is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 218 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.00 |
| HSL | 318.95º | 0.98% | 0.77% | - |
| HSV(B) | 318.95º | 0.45% | 1% | - |
| XYZ | 62.91 | 44.89 | 71.68 | - |
| YUV | 182.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 218 | 0 | 0.45 | 0.14 | 0.00 | 318.95 | 0.98 | 0.77 |
| Hex | FE | 8C | DA | 0 | 2D | E | 0 | 13F | 62 | 4D |
| Octal | 376 | 214 | 332 | 0 | 55 | 16 | 0 | 477 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11011010 | 0 | 101101 | 1110 | 0 | 100111111 | 1100010 | 1001101 |
Color Harmonies of #FE8CDA
Complementary color
Monochromatic Colors of #FE8CDA
Black with #FE8CDA
Text Example
Text Example
White with #FE8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CDA; }
p { color: rgb(254,140,218); }
H1.HeaderClassName
{
color: #FE8CDA;
}
.AnyTagClassName
{
color: #FE8CDA;
}
</style>
background-color css
<style>
a { background-color: #FE8CDA; }
a { background-color: rgb(254,140,218); }
div.DivClassName
{
background-color: #FE8CDA;
}
.BgClassName
{
background-color: #FE8CDA;
}
</style>
border-color css
<style>
span { border-color: #FE8CDA; }
span { border-color: rgb(254,140,218); }
td.TdClassName
{
border-color: #FE8CDA;
}
.TagClassName
{
border-color: #FE8CDA;
}
</style>