Shades of Pale Magenta #FB88E5
Tints of Pale Magenta #FB88E5
RGB
CMYK
RGB Variations
Color information
#FB88E5 (or 0xFB88E5) is known color: Pale Magenta. HEX triplet: FB, 88 and E5. RGB value is (251,136,229). Sum of RGB (Red+Green+Blue) = 251+136+229=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 136 (53.52% from 255 or 22.08% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88E5 is #04771A. Grayscale: #B4B4B4. Windows color (decimal): -292635 or 15042811. OLE color: 15042811.
HSL color Cylindrical-coordinate representation of color #FB88E5: hue angle of 311.48º 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 #FB88E5 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 229 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.02 |
| HSL | 311.48º | 0.93% | 0.76% | - |
| HSV(B) | 311.48º | 0.46% | 0.98% | - |
| XYZ | 62.73 | 43.77 | 79.27 | - |
| YUV | 180.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 229 | 0 | 0.46 | 0.09 | 0.02 | 311.48 | 0.93 | 0.76 |
| Hex | FB | 88 | E5 | 0 | 2E | 9 | 2 | 137 | 5D | 4C |
| Octal | 373 | 210 | 345 | 0 | 56 | 11 | 2 | 467 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11100101 | 0 | 101110 | 1001 | 10 | 100110111 | 1011101 | 1001100 |
Color Harmonies of #FB88E5
Complementary color
Monochromatic Colors of #FB88E5
Black with #FB88E5
Text Example
Text Example
White with #FB88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88E5; }
p { color: rgb(251,136,229); }
H1.HeaderClassName
{
color: #FB88E5;
}
.AnyTagClassName
{
color: #FB88E5;
}
</style>
background-color css
<style>
a { background-color: #FB88E5; }
a { background-color: rgb(251,136,229); }
div.DivClassName
{
background-color: #FB88E5;
}
.BgClassName
{
background-color: #FB88E5;
}
</style>
border-color css
<style>
span { border-color: #FB88E5; }
span { border-color: rgb(251,136,229); }
td.TdClassName
{
border-color: #FB88E5;
}
.TagClassName
{
border-color: #FB88E5;
}
</style>