Shades of Pale Magenta #FB80EC
Tints of Pale Magenta #FB80EC
RGB
CMYK
RGB Variations
Color information
#FB80EC (or 0xFB80EC) is known color: Pale Magenta. HEX triplet: FB, 80 and EC. RGB value is (251,128,236). Sum of RGB (Red+Green+Blue) = 251+128+236=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80EC is #047F13. Grayscale: #B0B0B0. Windows color (decimal): -294676 or 15499515. OLE color: 15499515.
HSL color Cylindrical-coordinate representation of color #FB80EC: hue angle of 307.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80EC is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 236 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.02 |
| HSL | 307.32º | 0.94% | 0.74% | - |
| HSV(B) | 307.32º | 0.49% | 0.98% | - |
| XYZ | 62.64 | 42 | 84.16 | - |
| YUV | 177.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 236 | 0 | 0.49 | 0.06 | 0.02 | 307.32 | 0.94 | 0.74 |
| Hex | FB | 80 | EC | 0 | 31 | 6 | 2 | 133 | 5E | 4A |
| Octal | 373 | 200 | 354 | 0 | 61 | 6 | 2 | 463 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11101100 | 0 | 110001 | 110 | 10 | 100110011 | 1011110 | 1001010 |
Color Harmonies of #FB80EC
Complementary color
Monochromatic Colors of #FB80EC
Black with #FB80EC
Text Example
Text Example
White with #FB80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80EC; }
p { color: rgb(251,128,236); }
H1.HeaderClassName
{
color: #FB80EC;
}
.AnyTagClassName
{
color: #FB80EC;
}
</style>
background-color css
<style>
a { background-color: #FB80EC; }
a { background-color: rgb(251,128,236); }
div.DivClassName
{
background-color: #FB80EC;
}
.BgClassName
{
background-color: #FB80EC;
}
</style>
border-color css
<style>
span { border-color: #FB80EC; }
span { border-color: rgb(251,128,236); }
td.TdClassName
{
border-color: #FB80EC;
}
.TagClassName
{
border-color: #FB80EC;
}
</style>