Shades of Pale Magenta #FB86EC
Tints of Pale Magenta #FB86EC
RGB
CMYK
RGB Variations
Color information
#FB86EC (or 0xFB86EC) is known color: Pale Magenta. HEX triplet: FB, 86 and EC. RGB value is (251,134,236). Sum of RGB (Red+Green+Blue) = 251+134+236=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 134 (52.73% from 255 or 21.58% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB86EC is #047913. Grayscale: #B4B4B4. Windows color (decimal): -293140 or 15501051. OLE color: 15501051.
HSL color Cylindrical-coordinate representation of color #FB86EC: hue angle of 307.69º 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 #FB86EC is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 236 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.02 |
| HSL | 307.69º | 0.94% | 0.75% | - |
| HSV(B) | 307.69º | 0.47% | 0.98% | - |
| XYZ | 63.45 | 43.62 | 84.43 | - |
| YUV | 180.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 236 | 0 | 0.47 | 0.06 | 0.02 | 307.69 | 0.94 | 0.75 |
| Hex | FB | 86 | EC | 0 | 2F | 6 | 2 | 134 | 5E | 4B |
| Octal | 373 | 206 | 354 | 0 | 57 | 6 | 2 | 464 | 136 | 113 |
| Binary | 11111011 | 10000110 | 11101100 | 0 | 101111 | 110 | 10 | 100110100 | 1011110 | 1001011 |
Color Harmonies of #FB86EC
Complementary color
Monochromatic Colors of #FB86EC
Black with #FB86EC
Text Example
Text Example
White with #FB86EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB86EC; }
p { color: rgb(251,134,236); }
H1.HeaderClassName
{
color: #FB86EC;
}
.AnyTagClassName
{
color: #FB86EC;
}
</style>
background-color css
<style>
a { background-color: #FB86EC; }
a { background-color: rgb(251,134,236); }
div.DivClassName
{
background-color: #FB86EC;
}
.BgClassName
{
background-color: #FB86EC;
}
</style>
border-color css
<style>
span { border-color: #FB86EC; }
span { border-color: rgb(251,134,236); }
td.TdClassName
{
border-color: #FB86EC;
}
.TagClassName
{
border-color: #FB86EC;
}
</style>