Shades of Pale Magenta #FE81D6
Tints of Pale Magenta #FE81D6
RGB
CMYK
RGB Variations
Color information
#FE81D6 (or 0xFE81D6) is known color: Pale Magenta. HEX triplet: FE, 81 and D6. RGB value is (254,129,214). Sum of RGB (Red+Green+Blue) = 254+129+214=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81D6 is #017E29. Grayscale: #AFAFAF. Windows color (decimal): -97834 or 14057982. OLE color: 14057982.
HSL color Cylindrical-coordinate representation of color #FE81D6: hue angle of 319.2º 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 #FE81D6 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 214 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.00 |
| HSL | 319.2º | 0.98% | 0.75% | - |
| HSV(B) | 319.2º | 0.49% | 1% | - |
| XYZ | 60.86 | 41.63 | 68.45 | - |
| YUV | 176.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 214 | 0 | 0.49 | 0.16 | 0.00 | 319.2 | 0.98 | 0.75 |
| Hex | FE | 81 | D6 | 0 | 31 | 10 | 0 | 13F | 62 | 4B |
| Octal | 376 | 201 | 326 | 0 | 61 | 20 | 0 | 477 | 142 | 113 |
| Binary | 11111110 | 10000001 | 11010110 | 0 | 110001 | 10000 | 0 | 100111111 | 1100010 | 1001011 |
Color Harmonies of #FE81D6
Complementary color
Monochromatic Colors of #FE81D6
Black with #FE81D6
Text Example
Text Example
White with #FE81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81D6; }
p { color: rgb(254,129,214); }
H1.HeaderClassName
{
color: #FE81D6;
}
.AnyTagClassName
{
color: #FE81D6;
}
</style>
background-color css
<style>
a { background-color: #FE81D6; }
a { background-color: rgb(254,129,214); }
div.DivClassName
{
background-color: #FE81D6;
}
.BgClassName
{
background-color: #FE81D6;
}
</style>
border-color css
<style>
span { border-color: #FE81D6; }
span { border-color: rgb(254,129,214); }
td.TdClassName
{
border-color: #FE81D6;
}
.TagClassName
{
border-color: #FE81D6;
}
</style>