Shades of Pale Magenta #FB85EC
Tints of Pale Magenta #FB85EC
RGB
CMYK
RGB Variations
Color information
#FB85EC (or 0xFB85EC) is known color: Pale Magenta. HEX triplet: FB, 85 and EC. RGB value is (251,133,236). Sum of RGB (Red+Green+Blue) = 251+133+236=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB85EC is #047A13. Grayscale: #B3B3B3. Windows color (decimal): -293396 or 15500795. OLE color: 15500795.
HSL color Cylindrical-coordinate representation of color #FB85EC: hue angle of 307.63º 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 #FB85EC is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 236 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.02 |
| HSL | 307.63º | 0.94% | 0.75% | - |
| HSV(B) | 307.63º | 0.47% | 0.98% | - |
| XYZ | 63.31 | 43.34 | 84.39 | - |
| YUV | 180.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 236 | 0 | 0.47 | 0.06 | 0.02 | 307.63 | 0.94 | 0.75 |
| Hex | FB | 85 | EC | 0 | 2F | 6 | 2 | 134 | 5E | 4B |
| Octal | 373 | 205 | 354 | 0 | 57 | 6 | 2 | 464 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11101100 | 0 | 101111 | 110 | 10 | 100110100 | 1011110 | 1001011 |
Color Harmonies of #FB85EC
Complementary color
Monochromatic Colors of #FB85EC
Black with #FB85EC
Text Example
Text Example
White with #FB85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85EC; }
p { color: rgb(251,133,236); }
H1.HeaderClassName
{
color: #FB85EC;
}
.AnyTagClassName
{
color: #FB85EC;
}
</style>
background-color css
<style>
a { background-color: #FB85EC; }
a { background-color: rgb(251,133,236); }
div.DivClassName
{
background-color: #FB85EC;
}
.BgClassName
{
background-color: #FB85EC;
}
</style>
border-color css
<style>
span { border-color: #FB85EC; }
span { border-color: rgb(251,133,236); }
td.TdClassName
{
border-color: #FB85EC;
}
.TagClassName
{
border-color: #FB85EC;
}
</style>