Shades of Pale Magenta #FE7DDA
Tints of Pale Magenta #FE7DDA
RGB
CMYK
RGB Variations
Color information
#FE7DDA (or 0xFE7DDA) is known color: Pale Magenta. HEX triplet: FE, 7D and DA. RGB value is (254,125,218). Sum of RGB (Red+Green+Blue) = 254+125+218=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDA is #018225. Grayscale: #ADADAD. Windows color (decimal): -98854 or 14319102. OLE color: 14319102.
HSL color Cylindrical-coordinate representation of color #FE7DDA: hue angle of 316.74º 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 #FE7DDA is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 218 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.00 |
| HSL | 316.74º | 0.98% | 0.74% | - |
| HSV(B) | 316.74º | 0.51% | 1% | - |
| XYZ | 60.86 | 40.8 | 71 | - |
| YUV | 174.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 218 | 0 | 0.51 | 0.14 | 0.00 | 316.74 | 0.98 | 0.74 |
| Hex | FE | 7D | DA | 0 | 33 | E | 0 | 13D | 62 | 4A |
| Octal | 376 | 175 | 332 | 0 | 63 | 16 | 0 | 475 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11011010 | 0 | 110011 | 1110 | 0 | 100111101 | 1100010 | 1001010 |
Color Harmonies of #FE7DDA
Complementary color
Monochromatic Colors of #FE7DDA
Black with #FE7DDA
Text Example
Text Example
White with #FE7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DDA; }
p { color: rgb(254,125,218); }
H1.HeaderClassName
{
color: #FE7DDA;
}
.AnyTagClassName
{
color: #FE7DDA;
}
</style>
background-color css
<style>
a { background-color: #FE7DDA; }
a { background-color: rgb(254,125,218); }
div.DivClassName
{
background-color: #FE7DDA;
}
.BgClassName
{
background-color: #FE7DDA;
}
</style>
border-color css
<style>
span { border-color: #FE7DDA; }
span { border-color: rgb(254,125,218); }
td.TdClassName
{
border-color: #FE7DDA;
}
.TagClassName
{
border-color: #FE7DDA;
}
</style>