Shades of Pale Magenta #FE8CDB
Tints of Pale Magenta #FE8CDB
RGB
CMYK
RGB Variations
Color information
#FE8CDB (or 0xFE8CDB) is known color: Pale Magenta. HEX triplet: FE, 8C and DB. RGB value is (254,140,219). Sum of RGB (Red+Green+Blue) = 254+140+219=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CDB is #017324. Grayscale: #B6B6B6. Windows color (decimal): -95013 or 14388478. OLE color: 14388478.
HSL color Cylindrical-coordinate representation of color #FE8CDB: hue angle of 318.42º 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 #FE8CDB is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 219 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.00 |
| HSL | 318.42º | 0.98% | 0.77% | - |
| HSV(B) | 318.42º | 0.45% | 1% | - |
| XYZ | 63.04 | 44.94 | 72.37 | - |
| YUV | 183.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 219 | 0 | 0.45 | 0.14 | 0.00 | 318.42 | 0.98 | 0.77 |
| Hex | FE | 8C | DB | 0 | 2D | E | 0 | 13E | 62 | 4D |
| Octal | 376 | 214 | 333 | 0 | 55 | 16 | 0 | 476 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11011011 | 0 | 101101 | 1110 | 0 | 100111110 | 1100010 | 1001101 |
Color Harmonies of #FE8CDB
Complementary color
Monochromatic Colors of #FE8CDB
Black with #FE8CDB
Text Example
Text Example
White with #FE8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CDB; }
p { color: rgb(254,140,219); }
H1.HeaderClassName
{
color: #FE8CDB;
}
.AnyTagClassName
{
color: #FE8CDB;
}
</style>
background-color css
<style>
a { background-color: #FE8CDB; }
a { background-color: rgb(254,140,219); }
div.DivClassName
{
background-color: #FE8CDB;
}
.BgClassName
{
background-color: #FE8CDB;
}
</style>
border-color css
<style>
span { border-color: #FE8CDB; }
span { border-color: rgb(254,140,219); }
td.TdClassName
{
border-color: #FE8CDB;
}
.TagClassName
{
border-color: #FE8CDB;
}
</style>