Shades of Pale Magenta #FE81DA
Tints of Pale Magenta #FE81DA
RGB
CMYK
RGB Variations
Color information
#FE81DA (or 0xFE81DA) is known color: Pale Magenta. HEX triplet: FE, 81 and DA. RGB value is (254,129,218). Sum of RGB (Red+Green+Blue) = 254+129+218=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81DA is #017E25. Grayscale: #B0B0B0. Windows color (decimal): -97830 or 14320126. OLE color: 14320126.
HSL color Cylindrical-coordinate representation of color #FE81DA: hue angle of 317.28º 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 #FE81DA is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 218 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.00 |
| HSL | 317.28º | 0.98% | 0.75% | - |
| HSV(B) | 317.28º | 0.49% | 1% | - |
| XYZ | 61.38 | 41.83 | 71.17 | - |
| YUV | 176.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 218 | 0 | 0.49 | 0.14 | 0.00 | 317.28 | 0.98 | 0.75 |
| Hex | FE | 81 | DA | 0 | 31 | E | 0 | 13D | 62 | 4B |
| Octal | 376 | 201 | 332 | 0 | 61 | 16 | 0 | 475 | 142 | 113 |
| Binary | 11111110 | 10000001 | 11011010 | 0 | 110001 | 1110 | 0 | 100111101 | 1100010 | 1001011 |
Color Harmonies of #FE81DA
Complementary color
Monochromatic Colors of #FE81DA
Black with #FE81DA
Text Example
Text Example
White with #FE81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81DA; }
p { color: rgb(254,129,218); }
H1.HeaderClassName
{
color: #FE81DA;
}
.AnyTagClassName
{
color: #FE81DA;
}
</style>
background-color css
<style>
a { background-color: #FE81DA; }
a { background-color: rgb(254,129,218); }
div.DivClassName
{
background-color: #FE81DA;
}
.BgClassName
{
background-color: #FE81DA;
}
</style>
border-color css
<style>
span { border-color: #FE81DA; }
span { border-color: rgb(254,129,218); }
td.TdClassName
{
border-color: #FE81DA;
}
.TagClassName
{
border-color: #FE81DA;
}
</style>