Shades of Pale Magenta #FB87EC
Tints of Pale Magenta #FB87EC
RGB
CMYK
RGB Variations
Color information
#FB87EC (or 0xFB87EC) is known color: Pale Magenta. HEX triplet: FB, 87 and EC. RGB value is (251,135,236). Sum of RGB (Red+Green+Blue) = 251+135+236=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 135 (53.12% from 255 or 21.70% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB87EC is #047813. Grayscale: #B4B4B4. Windows color (decimal): -292884 or 15501307. OLE color: 15501307.
HSL color Cylindrical-coordinate representation of color #FB87EC: hue angle of 307.76º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB87EC is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 236 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.02 |
| HSL | 307.76º | 0.94% | 0.76% | - |
| HSV(B) | 307.76º | 0.46% | 0.98% | - |
| XYZ | 63.59 | 43.89 | 84.48 | - |
| YUV | 181.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 236 | 0 | 0.46 | 0.06 | 0.02 | 307.76 | 0.94 | 0.76 |
| Hex | FB | 87 | EC | 0 | 2E | 6 | 2 | 134 | 5E | 4C |
| Octal | 373 | 207 | 354 | 0 | 56 | 6 | 2 | 464 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11101100 | 0 | 101110 | 110 | 10 | 100110100 | 1011110 | 1001100 |
Color Harmonies of #FB87EC
Complementary color
Monochromatic Colors of #FB87EC
Black with #FB87EC
Text Example
Text Example
White with #FB87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87EC; }
p { color: rgb(251,135,236); }
H1.HeaderClassName
{
color: #FB87EC;
}
.AnyTagClassName
{
color: #FB87EC;
}
</style>
background-color css
<style>
a { background-color: #FB87EC; }
a { background-color: rgb(251,135,236); }
div.DivClassName
{
background-color: #FB87EC;
}
.BgClassName
{
background-color: #FB87EC;
}
</style>
border-color css
<style>
span { border-color: #FB87EC; }
span { border-color: rgb(251,135,236); }
td.TdClassName
{
border-color: #FB87EC;
}
.TagClassName
{
border-color: #FB87EC;
}
</style>