Shades of Pale Magenta #FE7DDB
Tints of Pale Magenta #FE7DDB
RGB
CMYK
RGB Variations
Color information
#FE7DDB (or 0xFE7DDB) is known color: Pale Magenta. HEX triplet: FE, 7D and DB. RGB value is (254,125,219). Sum of RGB (Red+Green+Blue) = 254+125+219=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDB is #018224. Grayscale: #AEAEAE. Windows color (decimal): -98853 or 14384638. OLE color: 14384638.
HSL color Cylindrical-coordinate representation of color #FE7DDB: hue angle of 316.28º 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 #FE7DDB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 219 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.00 |
| HSL | 316.28º | 0.98% | 0.74% | - |
| HSV(B) | 316.28º | 0.51% | 1% | - |
| XYZ | 60.99 | 40.85 | 71.69 | - |
| YUV | 174.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 219 | 0 | 0.51 | 0.14 | 0.00 | 316.28 | 0.98 | 0.74 |
| Hex | FE | 7D | DB | 0 | 33 | E | 0 | 13C | 62 | 4A |
| Octal | 376 | 175 | 333 | 0 | 63 | 16 | 0 | 474 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11011011 | 0 | 110011 | 1110 | 0 | 100111100 | 1100010 | 1001010 |
Color Harmonies of #FE7DDB
Complementary color
Monochromatic Colors of #FE7DDB
Black with #FE7DDB
Text Example
Text Example
White with #FE7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DDB; }
p { color: rgb(254,125,219); }
H1.HeaderClassName
{
color: #FE7DDB;
}
.AnyTagClassName
{
color: #FE7DDB;
}
</style>
background-color css
<style>
a { background-color: #FE7DDB; }
a { background-color: rgb(254,125,219); }
div.DivClassName
{
background-color: #FE7DDB;
}
.BgClassName
{
background-color: #FE7DDB;
}
</style>
border-color css
<style>
span { border-color: #FE7DDB; }
span { border-color: rgb(254,125,219); }
td.TdClassName
{
border-color: #FE7DDB;
}
.TagClassName
{
border-color: #FE7DDB;
}
</style>