Shades of Pale Magenta #FE7FDB
Tints of Pale Magenta #FE7FDB
RGB
CMYK
RGB Variations
Color information
#FE7FDB (or 0xFE7FDB) is known color: Pale Magenta. HEX triplet: FE, 7F and DB. RGB value is (254,127,219). Sum of RGB (Red+Green+Blue) = 254+127+219=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FDB is #018024. Grayscale: #AFAFAF. Windows color (decimal): -98341 or 14385150. OLE color: 14385150.
HSL color Cylindrical-coordinate representation of color #FE7FDB: hue angle of 316.54º 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 #FE7FDB is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 219 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.00 |
| HSL | 316.54º | 0.98% | 0.75% | - |
| HSV(B) | 316.54º | 0.5% | 1% | - |
| XYZ | 61.25 | 41.36 | 71.77 | - |
| YUV | 175.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 219 | 0 | 0.50 | 0.14 | 0.00 | 316.54 | 0.98 | 0.75 |
| Hex | FE | 7F | DB | 0 | 32 | E | 0 | 13D | 62 | 4B |
| Octal | 376 | 177 | 333 | 0 | 62 | 16 | 0 | 475 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11011011 | 0 | 110010 | 1110 | 0 | 100111101 | 1100010 | 1001011 |
Color Harmonies of #FE7FDB
Complementary color
Monochromatic Colors of #FE7FDB
Black with #FE7FDB
Text Example
Text Example
White with #FE7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FDB; }
p { color: rgb(254,127,219); }
H1.HeaderClassName
{
color: #FE7FDB;
}
.AnyTagClassName
{
color: #FE7FDB;
}
</style>
background-color css
<style>
a { background-color: #FE7FDB; }
a { background-color: rgb(254,127,219); }
div.DivClassName
{
background-color: #FE7FDB;
}
.BgClassName
{
background-color: #FE7FDB;
}
</style>
border-color css
<style>
span { border-color: #FE7FDB; }
span { border-color: rgb(254,127,219); }
td.TdClassName
{
border-color: #FE7FDB;
}
.TagClassName
{
border-color: #FE7FDB;
}
</style>