Shades of Pale Magenta #FB88E1
Tints of Pale Magenta #FB88E1
RGB
CMYK
RGB Variations
Color information
#FB88E1 (or 0xFB88E1) is known color: Pale Magenta. HEX triplet: FB, 88 and E1. RGB value is (251,136,225). Sum of RGB (Red+Green+Blue) = 251+136+225=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88E1 is #04771E. Grayscale: #B4B4B4. Windows color (decimal): -292639 or 14780667. OLE color: 14780667.
HSL color Cylindrical-coordinate representation of color #FB88E1: hue angle of 313.57º 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 #FB88E1 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 225 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.02 |
| HSL | 313.57º | 0.93% | 0.76% | - |
| HSV(B) | 313.57º | 0.46% | 0.98% | - |
| XYZ | 62.18 | 43.55 | 76.36 | - |
| YUV | 180.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 225 | 0 | 0.46 | 0.10 | 0.02 | 313.57 | 0.93 | 0.76 |
| Hex | FB | 88 | E1 | 0 | 2E | A | 2 | 13A | 5D | 4C |
| Octal | 373 | 210 | 341 | 0 | 56 | 12 | 2 | 472 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11100001 | 0 | 101110 | 1010 | 10 | 100111010 | 1011101 | 1001100 |
Color Harmonies of #FB88E1
Complementary color
Monochromatic Colors of #FB88E1
Black with #FB88E1
Text Example
Text Example
White with #FB88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88E1; }
p { color: rgb(251,136,225); }
H1.HeaderClassName
{
color: #FB88E1;
}
.AnyTagClassName
{
color: #FB88E1;
}
</style>
background-color css
<style>
a { background-color: #FB88E1; }
a { background-color: rgb(251,136,225); }
div.DivClassName
{
background-color: #FB88E1;
}
.BgClassName
{
background-color: #FB88E1;
}
</style>
border-color css
<style>
span { border-color: #FB88E1; }
span { border-color: rgb(251,136,225); }
td.TdClassName
{
border-color: #FB88E1;
}
.TagClassName
{
border-color: #FB88E1;
}
</style>