Shades of Pale Magenta #FE88DB
Tints of Pale Magenta #FE88DB
RGB
CMYK
RGB Variations
Color information
#FE88DB (or 0xFE88DB) is known color: Pale Magenta. HEX triplet: FE, 88 and DB. RGB value is (254,136,219). Sum of RGB (Red+Green+Blue) = 254+136+219=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88DB is #017724. Grayscale: #B4B4B4. Windows color (decimal): -96037 or 14387454. OLE color: 14387454.
HSL color Cylindrical-coordinate representation of color #FE88DB: hue angle of 317.8º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE88DB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 219 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.00 |
| HSL | 317.8º | 0.98% | 0.76% | - |
| HSV(B) | 317.8º | 0.46% | 1% | - |
| XYZ | 62.46 | 43.79 | 72.18 | - |
| YUV | 180.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 219 | 0 | 0.46 | 0.14 | 0.00 | 317.8 | 0.98 | 0.76 |
| Hex | FE | 88 | DB | 0 | 2E | E | 0 | 13E | 62 | 4C |
| Octal | 376 | 210 | 333 | 0 | 56 | 16 | 0 | 476 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11011011 | 0 | 101110 | 1110 | 0 | 100111110 | 1100010 | 1001100 |
Color Harmonies of #FE88DB
Complementary color
Monochromatic Colors of #FE88DB
Black with #FE88DB
Text Example
Text Example
White with #FE88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88DB; }
p { color: rgb(254,136,219); }
H1.HeaderClassName
{
color: #FE88DB;
}
.AnyTagClassName
{
color: #FE88DB;
}
</style>
background-color css
<style>
a { background-color: #FE88DB; }
a { background-color: rgb(254,136,219); }
div.DivClassName
{
background-color: #FE88DB;
}
.BgClassName
{
background-color: #FE88DB;
}
</style>
border-color css
<style>
span { border-color: #FE88DB; }
span { border-color: rgb(254,136,219); }
td.TdClassName
{
border-color: #FE88DB;
}
.TagClassName
{
border-color: #FE88DB;
}
</style>