Shades of Pale Magenta #FE7ADB
Tints of Pale Magenta #FE7ADB
RGB
CMYK
RGB Variations
Color information
#FE7ADB (or 0xFE7ADB) is known color: Pale Magenta. HEX triplet: FE, 7A and DB. RGB value is (254,122,219). Sum of RGB (Red+Green+Blue) = 254+122+219=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ADB is #018524. Grayscale: #ACACAC. Windows color (decimal): -99621 or 14383870. OLE color: 14383870.
HSL color Cylindrical-coordinate representation of color #FE7ADB: hue angle of 315.91º 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 #FE7ADB is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 219 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.00 |
| HSL | 315.91º | 0.99% | 0.74% | - |
| HSV(B) | 315.91º | 0.52% | 1% | - |
| XYZ | 60.62 | 40.1 | 71.56 | - |
| YUV | 172.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 219 | 0 | 0.52 | 0.14 | 0.00 | 315.91 | 0.99 | 0.74 |
| Hex | FE | 7A | DB | 0 | 34 | E | 0 | 13C | 63 | 4A |
| Octal | 376 | 172 | 333 | 0 | 64 | 16 | 0 | 474 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11011011 | 0 | 110100 | 1110 | 0 | 100111100 | 1100011 | 1001010 |
Color Harmonies of #FE7ADB
Complementary color
Monochromatic Colors of #FE7ADB
Black with #FE7ADB
Text Example
Text Example
White with #FE7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ADB; }
p { color: rgb(254,122,219); }
H1.HeaderClassName
{
color: #FE7ADB;
}
.AnyTagClassName
{
color: #FE7ADB;
}
</style>
background-color css
<style>
a { background-color: #FE7ADB; }
a { background-color: rgb(254,122,219); }
div.DivClassName
{
background-color: #FE7ADB;
}
.BgClassName
{
background-color: #FE7ADB;
}
</style>
border-color css
<style>
span { border-color: #FE7ADB; }
span { border-color: rgb(254,122,219); }
td.TdClassName
{
border-color: #FE7ADB;
}
.TagClassName
{
border-color: #FE7ADB;
}
</style>