Shades of Pale Magenta #FE82D7
Tints of Pale Magenta #FE82D7
RGB
CMYK
RGB Variations
Color information
#FE82D7 (or 0xFE82D7) is known color: Pale Magenta. HEX triplet: FE, 82 and D7. RGB value is (254,130,215). Sum of RGB (Red+Green+Blue) = 254+130+215=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82D7 is #017D28. Grayscale: #B0B0B0. Windows color (decimal): -97577 or 14123774. OLE color: 14123774.
HSL color Cylindrical-coordinate representation of color #FE82D7: hue angle of 318.87º 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 #FE82D7 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 215 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.00 |
| HSL | 318.87º | 0.98% | 0.75% | - |
| HSV(B) | 318.87º | 0.49% | 1% | - |
| XYZ | 61.12 | 41.94 | 69.16 | - |
| YUV | 176.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 215 | 0 | 0.49 | 0.15 | 0.00 | 318.87 | 0.98 | 0.75 |
| Hex | FE | 82 | D7 | 0 | 31 | F | 0 | 13F | 62 | 4B |
| Octal | 376 | 202 | 327 | 0 | 61 | 17 | 0 | 477 | 142 | 113 |
| Binary | 11111110 | 10000010 | 11010111 | 0 | 110001 | 1111 | 0 | 100111111 | 1100010 | 1001011 |
Color Harmonies of #FE82D7
Complementary color
Monochromatic Colors of #FE82D7
Black with #FE82D7
Text Example
Text Example
White with #FE82D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE82D7; }
p { color: rgb(254,130,215); }
H1.HeaderClassName
{
color: #FE82D7;
}
.AnyTagClassName
{
color: #FE82D7;
}
</style>
background-color css
<style>
a { background-color: #FE82D7; }
a { background-color: rgb(254,130,215); }
div.DivClassName
{
background-color: #FE82D7;
}
.BgClassName
{
background-color: #FE82D7;
}
</style>
border-color css
<style>
span { border-color: #FE82D7; }
span { border-color: rgb(254,130,215); }
td.TdClassName
{
border-color: #FE82D7;
}
.TagClassName
{
border-color: #FE82D7;
}
</style>