Shades of Pale Magenta #FE8BDB
Tints of Pale Magenta #FE8BDB
RGB
CMYK
RGB Variations
Color information
#FE8BDB (or 0xFE8BDB) is known color: Pale Magenta. HEX triplet: FE, 8B and DB. RGB value is (254,139,219). Sum of RGB (Red+Green+Blue) = 254+139+219=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BDB is #017424. Grayscale: #B6B6B6. Windows color (decimal): -95269 or 14388222. OLE color: 14388222.
HSL color Cylindrical-coordinate representation of color #FE8BDB: hue angle of 318.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8BDB is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 219 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.00 |
| HSL | 318.26º | 0.98% | 0.77% | - |
| HSV(B) | 318.26º | 0.45% | 1% | - |
| XYZ | 62.89 | 44.65 | 72.32 | - |
| YUV | 182.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 219 | 0 | 0.45 | 0.14 | 0.00 | 318.26 | 0.98 | 0.77 |
| Hex | FE | 8B | DB | 0 | 2D | E | 0 | 13E | 62 | 4D |
| Octal | 376 | 213 | 333 | 0 | 55 | 16 | 0 | 476 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11011011 | 0 | 101101 | 1110 | 0 | 100111110 | 1100010 | 1001101 |
Color Harmonies of #FE8BDB
Complementary color
Monochromatic Colors of #FE8BDB
Black with #FE8BDB
Text Example
Text Example
White with #FE8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BDB; }
p { color: rgb(254,139,219); }
H1.HeaderClassName
{
color: #FE8BDB;
}
.AnyTagClassName
{
color: #FE8BDB;
}
</style>
background-color css
<style>
a { background-color: #FE8BDB; }
a { background-color: rgb(254,139,219); }
div.DivClassName
{
background-color: #FE8BDB;
}
.BgClassName
{
background-color: #FE8BDB;
}
</style>
border-color css
<style>
span { border-color: #FE8BDB; }
span { border-color: rgb(254,139,219); }
td.TdClassName
{
border-color: #FE8BDB;
}
.TagClassName
{
border-color: #FE8BDB;
}
</style>