Shades of Pale Magenta #FD83E8
Tints of Pale Magenta #FD83E8
RGB
CMYK
RGB Variations
Color information
#FD83E8 (or 0xFD83E8) is known color: Pale Magenta. HEX triplet: FD, 83 and E8. RGB value is (253,131,232). Sum of RGB (Red+Green+Blue) = 253+131+232=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 131 (51.56% from 255 or 21.27% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD83E8 is #027C17. Grayscale: #B2B2B2. Windows color (decimal): -162840 or 15238141. OLE color: 15238141.
HSL color Cylindrical-coordinate representation of color #FD83E8: hue angle of 310.33º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD83E8 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 232 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.01 |
| HSL | 310.33º | 0.97% | 0.75% | - |
| HSV(B) | 310.33º | 0.48% | 0.99% | - |
| XYZ | 63.19 | 42.94 | 81.3 | - |
| YUV | 178.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 232 | 0 | 0.48 | 0.08 | 0.01 | 310.33 | 0.97 | 0.75 |
| Hex | FD | 83 | E8 | 0 | 30 | 8 | 1 | 136 | 61 | 4B |
| Octal | 375 | 203 | 350 | 0 | 60 | 10 | 1 | 466 | 141 | 113 |
| Binary | 11111101 | 10000011 | 11101000 | 0 | 110000 | 1000 | 1 | 100110110 | 1100001 | 1001011 |
Color Harmonies of #FD83E8
Complementary color
Monochromatic Colors of #FD83E8
Black with #FD83E8
Text Example
Text Example
White with #FD83E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD83E8; }
p { color: rgb(253,131,232); }
H1.HeaderClassName
{
color: #FD83E8;
}
.AnyTagClassName
{
color: #FD83E8;
}
</style>
background-color css
<style>
a { background-color: #FD83E8; }
a { background-color: rgb(253,131,232); }
div.DivClassName
{
background-color: #FD83E8;
}
.BgClassName
{
background-color: #FD83E8;
}
</style>
border-color css
<style>
span { border-color: #FD83E8; }
span { border-color: rgb(253,131,232); }
td.TdClassName
{
border-color: #FD83E8;
}
.TagClassName
{
border-color: #FD83E8;
}
</style>