Shades of Pale Magenta #FB84EC
Tints of Pale Magenta #FB84EC
RGB
CMYK
RGB Variations
Color information
#FB84EC (or 0xFB84EC) is known color: Pale Magenta. HEX triplet: FB, 84 and EC. RGB value is (251,132,236). Sum of RGB (Red+Green+Blue) = 251+132+236=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 132 (51.95% from 255 or 21.32% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB84EC is #047B13. Grayscale: #B3B3B3. Windows color (decimal): -293652 or 15500539. OLE color: 15500539.
HSL color Cylindrical-coordinate representation of color #FB84EC: hue angle of 307.56º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84EC is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 236 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.02 |
| HSL | 307.56º | 0.94% | 0.75% | - |
| HSV(B) | 307.56º | 0.47% | 0.98% | - |
| XYZ | 63.18 | 43.07 | 84.34 | - |
| YUV | 179.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 236 | 0 | 0.47 | 0.06 | 0.02 | 307.56 | 0.94 | 0.75 |
| Hex | FB | 84 | EC | 0 | 2F | 6 | 2 | 134 | 5E | 4B |
| Octal | 373 | 204 | 354 | 0 | 57 | 6 | 2 | 464 | 136 | 113 |
| Binary | 11111011 | 10000100 | 11101100 | 0 | 101111 | 110 | 10 | 100110100 | 1011110 | 1001011 |
Color Harmonies of #FB84EC
Complementary color
Monochromatic Colors of #FB84EC
Black with #FB84EC
Text Example
Text Example
White with #FB84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB84EC; }
p { color: rgb(251,132,236); }
H1.HeaderClassName
{
color: #FB84EC;
}
.AnyTagClassName
{
color: #FB84EC;
}
</style>
background-color css
<style>
a { background-color: #FB84EC; }
a { background-color: rgb(251,132,236); }
div.DivClassName
{
background-color: #FB84EC;
}
.BgClassName
{
background-color: #FB84EC;
}
</style>
border-color css
<style>
span { border-color: #FB84EC; }
span { border-color: rgb(251,132,236); }
td.TdClassName
{
border-color: #FB84EC;
}
.TagClassName
{
border-color: #FB84EC;
}
</style>