Shades of Pale Magenta #FE7EDB
Tints of Pale Magenta #FE7EDB
RGB
CMYK
RGB Variations
Color information
#FE7EDB (or 0xFE7EDB) is known color: Pale Magenta. HEX triplet: FE, 7E and DB. RGB value is (254,126,219). Sum of RGB (Red+Green+Blue) = 254+126+219=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EDB is #018124. Grayscale: #AEAEAE. Windows color (decimal): -98597 or 14384894. OLE color: 14384894.
HSL color Cylindrical-coordinate representation of color #FE7EDB: hue angle of 316.41º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7EDB is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 219 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.00 |
| HSL | 316.41º | 0.98% | 0.75% | - |
| HSV(B) | 316.41º | 0.5% | 1% | - |
| XYZ | 61.12 | 41.11 | 71.73 | - |
| YUV | 174.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 219 | 0 | 0.50 | 0.14 | 0.00 | 316.41 | 0.98 | 0.75 |
| Hex | FE | 7E | DB | 0 | 32 | E | 0 | 13C | 62 | 4B |
| Octal | 376 | 176 | 333 | 0 | 62 | 16 | 0 | 474 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11011011 | 0 | 110010 | 1110 | 0 | 100111100 | 1100010 | 1001011 |
Color Harmonies of #FE7EDB
Complementary color
Monochromatic Colors of #FE7EDB
Black with #FE7EDB
Text Example
Text Example
White with #FE7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EDB; }
p { color: rgb(254,126,219); }
H1.HeaderClassName
{
color: #FE7EDB;
}
.AnyTagClassName
{
color: #FE7EDB;
}
</style>
background-color css
<style>
a { background-color: #FE7EDB; }
a { background-color: rgb(254,126,219); }
div.DivClassName
{
background-color: #FE7EDB;
}
.BgClassName
{
background-color: #FE7EDB;
}
</style>
border-color css
<style>
span { border-color: #FE7EDB; }
span { border-color: rgb(254,126,219); }
td.TdClassName
{
border-color: #FE7EDB;
}
.TagClassName
{
border-color: #FE7EDB;
}
</style>