Shades of Pale Magenta #FB82EC
Tints of Pale Magenta #FB82EC
RGB
CMYK
RGB Variations
Color information
#FB82EC (or 0xFB82EC) is known color: Pale Magenta. HEX triplet: FB, 82 and EC. RGB value is (251,130,236). Sum of RGB (Red+Green+Blue) = 251+130+236=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 130 (51.17% from 255 or 21.07% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB82EC is #047D13. Grayscale: #B1B1B1. Windows color (decimal): -294164 or 15500027. OLE color: 15500027.
HSL color Cylindrical-coordinate representation of color #FB82EC: hue angle of 307.44º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB82EC is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 236 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.02 |
| HSL | 307.44º | 0.94% | 0.75% | - |
| HSV(B) | 307.44º | 0.48% | 0.98% | - |
| XYZ | 62.91 | 42.53 | 84.25 | - |
| YUV | 178.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 236 | 0 | 0.48 | 0.06 | 0.02 | 307.44 | 0.94 | 0.75 |
| Hex | FB | 82 | EC | 0 | 30 | 6 | 2 | 133 | 5E | 4B |
| Octal | 373 | 202 | 354 | 0 | 60 | 6 | 2 | 463 | 136 | 113 |
| Binary | 11111011 | 10000010 | 11101100 | 0 | 110000 | 110 | 10 | 100110011 | 1011110 | 1001011 |
Color Harmonies of #FB82EC
Complementary color
Monochromatic Colors of #FB82EC
Black with #FB82EC
Text Example
Text Example
White with #FB82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB82EC; }
p { color: rgb(251,130,236); }
H1.HeaderClassName
{
color: #FB82EC;
}
.AnyTagClassName
{
color: #FB82EC;
}
</style>
background-color css
<style>
a { background-color: #FB82EC; }
a { background-color: rgb(251,130,236); }
div.DivClassName
{
background-color: #FB82EC;
}
.BgClassName
{
background-color: #FB82EC;
}
</style>
border-color css
<style>
span { border-color: #FB82EC; }
span { border-color: rgb(251,130,236); }
td.TdClassName
{
border-color: #FB82EC;
}
.TagClassName
{
border-color: #FB82EC;
}
</style>