Shades of Pale Magenta #FB87DB
Tints of Pale Magenta #FB87DB
RGB
CMYK
RGB Variations
Color information
#FB87DB (or 0xFB87DB) is known color: Pale Magenta. HEX triplet: FB, 87 and DB. RGB value is (251,135,219). Sum of RGB (Red+Green+Blue) = 251+135+219=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87DB is #047824. Grayscale: #B3B3B3. Windows color (decimal): -292901 or 14387195. OLE color: 14387195.
HSL color Cylindrical-coordinate representation of color #FB87DB: hue angle of 316.55º degrees, saturation: 0.94, 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 #FB87DB is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 219 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.02 |
| HSL | 316.55º | 0.94% | 0.76% | - |
| HSV(B) | 316.55º | 0.46% | 0.98% | - |
| XYZ | 61.23 | 42.95 | 72.08 | - |
| YUV | 179.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 219 | 0 | 0.46 | 0.13 | 0.02 | 316.55 | 0.94 | 0.76 |
| Hex | FB | 87 | DB | 0 | 2E | D | 2 | 13D | 5E | 4C |
| Octal | 373 | 207 | 333 | 0 | 56 | 15 | 2 | 475 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11011011 | 0 | 101110 | 1101 | 10 | 100111101 | 1011110 | 1001100 |
Color Harmonies of #FB87DB
Complementary color
Monochromatic Colors of #FB87DB
Black with #FB87DB
Text Example
Text Example
White with #FB87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87DB; }
p { color: rgb(251,135,219); }
H1.HeaderClassName
{
color: #FB87DB;
}
.AnyTagClassName
{
color: #FB87DB;
}
</style>
background-color css
<style>
a { background-color: #FB87DB; }
a { background-color: rgb(251,135,219); }
div.DivClassName
{
background-color: #FB87DB;
}
.BgClassName
{
background-color: #FB87DB;
}
</style>
border-color css
<style>
span { border-color: #FB87DB; }
span { border-color: rgb(251,135,219); }
td.TdClassName
{
border-color: #FB87DB;
}
.TagClassName
{
border-color: #FB87DB;
}
</style>