Shades of Pale Magenta #FE88DD
Tints of Pale Magenta #FE88DD
RGB
CMYK
RGB Variations
Color information
#FE88DD (or 0xFE88DD) is known color: Pale Magenta. HEX triplet: FE, 88 and DD. RGB value is (254,136,221). Sum of RGB (Red+Green+Blue) = 254+136+221=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88DD is #017722. Grayscale: #B4B4B4. Windows color (decimal): -96035 or 14518526. OLE color: 14518526.
HSL color Cylindrical-coordinate representation of color #FE88DD: hue angle of 316.78º 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 #FE88DD is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 221 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.00 |
| HSL | 316.78º | 0.98% | 0.76% | - |
| HSV(B) | 316.78º | 0.46% | 1% | - |
| XYZ | 62.73 | 43.9 | 73.57 | - |
| YUV | 180.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 221 | 0 | 0.46 | 0.13 | 0.00 | 316.78 | 0.98 | 0.76 |
| Hex | FE | 88 | DD | 0 | 2E | D | 0 | 13D | 62 | 4C |
| Octal | 376 | 210 | 335 | 0 | 56 | 15 | 0 | 475 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11011101 | 0 | 101110 | 1101 | 0 | 100111101 | 1100010 | 1001100 |
Color Harmonies of #FE88DD
Complementary color
Monochromatic Colors of #FE88DD
Black with #FE88DD
Text Example
Text Example
White with #FE88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88DD; }
p { color: rgb(254,136,221); }
H1.HeaderClassName
{
color: #FE88DD;
}
.AnyTagClassName
{
color: #FE88DD;
}
</style>
background-color css
<style>
a { background-color: #FE88DD; }
a { background-color: rgb(254,136,221); }
div.DivClassName
{
background-color: #FE88DD;
}
.BgClassName
{
background-color: #FE88DD;
}
</style>
border-color css
<style>
span { border-color: #FE88DD; }
span { border-color: rgb(254,136,221); }
td.TdClassName
{
border-color: #FE88DD;
}
.TagClassName
{
border-color: #FE88DD;
}
</style>