Shades of Pale Magenta #FE7CDA
Tints of Pale Magenta #FE7CDA
RGB
CMYK
RGB Variations
Color information
#FE7CDA (or 0xFE7CDA) is known color: Pale Magenta. HEX triplet: FE, 7C and DA. RGB value is (254,124,218). Sum of RGB (Red+Green+Blue) = 254+124+218=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CDA is #018325. Grayscale: #ADADAD. Windows color (decimal): -99110 or 14318846. OLE color: 14318846.
HSL color Cylindrical-coordinate representation of color #FE7CDA: hue angle of 316.62º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CDA is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 218 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.00 |
| HSL | 316.62º | 0.98% | 0.74% | - |
| HSV(B) | 316.62º | 0.51% | 1% | - |
| XYZ | 60.74 | 40.55 | 70.96 | - |
| YUV | 173.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 218 | 0 | 0.51 | 0.14 | 0.00 | 316.62 | 0.98 | 0.74 |
| Hex | FE | 7C | DA | 0 | 33 | E | 0 | 13D | 62 | 4A |
| Octal | 376 | 174 | 332 | 0 | 63 | 16 | 0 | 475 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11011010 | 0 | 110011 | 1110 | 0 | 100111101 | 1100010 | 1001010 |
Color Harmonies of #FE7CDA
Complementary color
Monochromatic Colors of #FE7CDA
Black with #FE7CDA
Text Example
Text Example
White with #FE7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CDA; }
p { color: rgb(254,124,218); }
H1.HeaderClassName
{
color: #FE7CDA;
}
.AnyTagClassName
{
color: #FE7CDA;
}
</style>
background-color css
<style>
a { background-color: #FE7CDA; }
a { background-color: rgb(254,124,218); }
div.DivClassName
{
background-color: #FE7CDA;
}
.BgClassName
{
background-color: #FE7CDA;
}
</style>
border-color css
<style>
span { border-color: #FE7CDA; }
span { border-color: rgb(254,124,218); }
td.TdClassName
{
border-color: #FE7CDA;
}
.TagClassName
{
border-color: #FE7CDA;
}
</style>