Shades of Pale Magenta #FE81DB
Tints of Pale Magenta #FE81DB
RGB
CMYK
RGB Variations
Color information
#FE81DB (or 0xFE81DB) is known color: Pale Magenta. HEX triplet: FE, 81 and DB. RGB value is (254,129,219). Sum of RGB (Red+Green+Blue) = 254+129+219=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81DB is #017E24. Grayscale: #B0B0B0. Windows color (decimal): -97829 or 14385662. OLE color: 14385662.
HSL color Cylindrical-coordinate representation of color #FE81DB: hue angle of 316.8º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE81DB is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 219 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.00 |
| HSL | 316.8º | 0.98% | 0.75% | - |
| HSV(B) | 316.8º | 0.49% | 1% | - |
| XYZ | 61.51 | 41.89 | 71.86 | - |
| YUV | 176.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 219 | 0 | 0.49 | 0.14 | 0.00 | 316.8 | 0.98 | 0.75 |
| Hex | FE | 81 | DB | 0 | 31 | E | 0 | 13D | 62 | 4B |
| Octal | 376 | 201 | 333 | 0 | 61 | 16 | 0 | 475 | 142 | 113 |
| Binary | 11111110 | 10000001 | 11011011 | 0 | 110001 | 1110 | 0 | 100111101 | 1100010 | 1001011 |
Color Harmonies of #FE81DB
Complementary color
Monochromatic Colors of #FE81DB
Black with #FE81DB
Text Example
Text Example
White with #FE81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81DB; }
p { color: rgb(254,129,219); }
H1.HeaderClassName
{
color: #FE81DB;
}
.AnyTagClassName
{
color: #FE81DB;
}
</style>
background-color css
<style>
a { background-color: #FE81DB; }
a { background-color: rgb(254,129,219); }
div.DivClassName
{
background-color: #FE81DB;
}
.BgClassName
{
background-color: #FE81DB;
}
</style>
border-color css
<style>
span { border-color: #FE81DB; }
span { border-color: rgb(254,129,219); }
td.TdClassName
{
border-color: #FE81DB;
}
.TagClassName
{
border-color: #FE81DB;
}
</style>