Shades of Pale Magenta #FB88E8
Tints of Pale Magenta #FB88E8
RGB
CMYK
RGB Variations
Color information
#FB88E8 (or 0xFB88E8) is known color: Pale Magenta. HEX triplet: FB, 88 and E8. RGB value is (251,136,232). Sum of RGB (Red+Green+Blue) = 251+136+232=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 136 (53.52% from 255 or 21.97% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB88E8 is #047717. Grayscale: #B5B5B5. Windows color (decimal): -292632 or 15239419. OLE color: 15239419.
HSL color Cylindrical-coordinate representation of color #FB88E8: hue angle of 309.91º 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 #FB88E8 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 232 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.02 |
| HSL | 309.91º | 0.93% | 0.76% | - |
| HSV(B) | 309.91º | 0.46% | 0.98% | - |
| XYZ | 63.15 | 43.94 | 81.5 | - |
| YUV | 181.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 232 | 0 | 0.46 | 0.08 | 0.02 | 309.91 | 0.93 | 0.76 |
| Hex | FB | 88 | E8 | 0 | 2E | 8 | 2 | 136 | 5D | 4C |
| Octal | 373 | 210 | 350 | 0 | 56 | 10 | 2 | 466 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11101000 | 0 | 101110 | 1000 | 10 | 100110110 | 1011101 | 1001100 |
Color Harmonies of #FB88E8
Complementary color
Monochromatic Colors of #FB88E8
Black with #FB88E8
Text Example
Text Example
White with #FB88E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88E8; }
p { color: rgb(251,136,232); }
H1.HeaderClassName
{
color: #FB88E8;
}
.AnyTagClassName
{
color: #FB88E8;
}
</style>
background-color css
<style>
a { background-color: #FB88E8; }
a { background-color: rgb(251,136,232); }
div.DivClassName
{
background-color: #FB88E8;
}
.BgClassName
{
background-color: #FB88E8;
}
</style>
border-color css
<style>
span { border-color: #FB88E8; }
span { border-color: rgb(251,136,232); }
td.TdClassName
{
border-color: #FB88E8;
}
.TagClassName
{
border-color: #FB88E8;
}
</style>