Shades of Pale Magenta #FB88EC
Tints of Pale Magenta #FB88EC
RGB
CMYK
RGB Variations
Color information
#FB88EC (or 0xFB88EC) is known color: Pale Magenta. HEX triplet: FB, 88 and EC. RGB value is (251,136,236). Sum of RGB (Red+Green+Blue) = 251+136+236=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 136 (53.52% from 255 or 21.83% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB88EC is #047713. Grayscale: #B5B5B5. Windows color (decimal): -292628 or 15501563. OLE color: 15501563.
HSL color Cylindrical-coordinate representation of color #FB88EC: hue angle of 307.83º degrees, saturation: 0.93, 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 #FB88EC is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 236 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.02 |
| HSL | 307.83º | 0.93% | 0.76% | - |
| HSV(B) | 307.83º | 0.46% | 0.98% | - |
| XYZ | 63.73 | 44.17 | 84.52 | - |
| YUV | 181.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 236 | 0 | 0.46 | 0.06 | 0.02 | 307.83 | 0.93 | 0.76 |
| Hex | FB | 88 | EC | 0 | 2E | 6 | 2 | 134 | 5D | 4C |
| Octal | 373 | 210 | 354 | 0 | 56 | 6 | 2 | 464 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11101100 | 0 | 101110 | 110 | 10 | 100110100 | 1011101 | 1001100 |
Color Harmonies of #FB88EC
Complementary color
Monochromatic Colors of #FB88EC
Black with #FB88EC
Text Example
Text Example
White with #FB88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88EC; }
p { color: rgb(251,136,236); }
H1.HeaderClassName
{
color: #FB88EC;
}
.AnyTagClassName
{
color: #FB88EC;
}
</style>
background-color css
<style>
a { background-color: #FB88EC; }
a { background-color: rgb(251,136,236); }
div.DivClassName
{
background-color: #FB88EC;
}
.BgClassName
{
background-color: #FB88EC;
}
</style>
border-color css
<style>
span { border-color: #FB88EC; }
span { border-color: rgb(251,136,236); }
td.TdClassName
{
border-color: #FB88EC;
}
.TagClassName
{
border-color: #FB88EC;
}
</style>