Shades of Pale Magenta #FB94EC
Tints of Pale Magenta #FB94EC
RGB
CMYK
RGB Variations
Color information
#FB94EC (or 0xFB94EC) is known color: Pale Magenta. HEX triplet: FB, 94 and EC. RGB value is (251,148,236). Sum of RGB (Red+Green+Blue) = 251+148+236=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 148 (58.20% from 255 or 23.31% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB94EC is #046B13. Grayscale: #BCBCBC. Windows color (decimal): -289556 or 15504635. OLE color: 15504635.
HSL color Cylindrical-coordinate representation of color #FB94EC: hue angle of 308.74º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94EC is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 236 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.02 |
| HSL | 308.74º | 0.93% | 0.78% | - |
| HSV(B) | 308.74º | 0.41% | 0.98% | - |
| XYZ | 65.51 | 47.75 | 85.12 | - |
| YUV | 188.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 236 | 0 | 0.41 | 0.06 | 0.02 | 308.74 | 0.93 | 0.78 |
| Hex | FB | 94 | EC | 0 | 29 | 6 | 2 | 135 | 5D | 4E |
| Octal | 373 | 224 | 354 | 0 | 51 | 6 | 2 | 465 | 135 | 116 |
| Binary | 11111011 | 10010100 | 11101100 | 0 | 101001 | 110 | 10 | 100110101 | 1011101 | 1001110 |
Color Harmonies of #FB94EC
Complementary color
Monochromatic Colors of #FB94EC
Black with #FB94EC
Text Example
Text Example
White with #FB94EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94EC; }
p { color: rgb(251,148,236); }
H1.HeaderClassName
{
color: #FB94EC;
}
.AnyTagClassName
{
color: #FB94EC;
}
</style>
background-color css
<style>
a { background-color: #FB94EC; }
a { background-color: rgb(251,148,236); }
div.DivClassName
{
background-color: #FB94EC;
}
.BgClassName
{
background-color: #FB94EC;
}
</style>
border-color css
<style>
span { border-color: #FB94EC; }
span { border-color: rgb(251,148,236); }
td.TdClassName
{
border-color: #FB94EC;
}
.TagClassName
{
border-color: #FB94EC;
}
</style>