Shades of Pale Magenta #FE7ADD
Tints of Pale Magenta #FE7ADD
RGB
CMYK
RGB Variations
Color information
#FE7ADD (or 0xFE7ADD) is known color: Pale Magenta. HEX triplet: FE, 7A and DD. RGB value is (254,122,221). Sum of RGB (Red+Green+Blue) = 254+122+221=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 122 (48.05% from 255 or 20.44% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ADD is #018522. Grayscale: #ACACAC. Windows color (decimal): -99619 or 14514942. OLE color: 14514942.
HSL color Cylindrical-coordinate representation of color #FE7ADD: hue angle of 315º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7ADD is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 221 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.00 |
| HSL | 315º | 0.99% | 0.74% | - |
| HSV(B) | 315º | 0.52% | 1% | - |
| XYZ | 60.88 | 40.21 | 72.96 | - |
| YUV | 172.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 221 | 0 | 0.52 | 0.13 | 0.00 | 315 | 0.99 | 0.74 |
| Hex | FE | 7A | DD | 0 | 34 | D | 0 | 13B | 63 | 4A |
| Octal | 376 | 172 | 335 | 0 | 64 | 15 | 0 | 473 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11011101 | 0 | 110100 | 1101 | 0 | 100111011 | 1100011 | 1001010 |
Color Harmonies of #FE7ADD
Complementary color
Monochromatic Colors of #FE7ADD
Black with #FE7ADD
Text Example
Text Example
White with #FE7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ADD; }
p { color: rgb(254,122,221); }
H1.HeaderClassName
{
color: #FE7ADD;
}
.AnyTagClassName
{
color: #FE7ADD;
}
</style>
background-color css
<style>
a { background-color: #FE7ADD; }
a { background-color: rgb(254,122,221); }
div.DivClassName
{
background-color: #FE7ADD;
}
.BgClassName
{
background-color: #FE7ADD;
}
</style>
border-color css
<style>
span { border-color: #FE7ADD; }
span { border-color: rgb(254,122,221); }
td.TdClassName
{
border-color: #FE7ADD;
}
.TagClassName
{
border-color: #FE7ADD;
}
</style>