Shades of Pale Magenta #FB84DB
Tints of Pale Magenta #FB84DB
RGB
CMYK
RGB Variations
Color information
#FB84DB (or 0xFB84DB) is known color: Pale Magenta. HEX triplet: FB, 84 and DB. RGB value is (251,132,219). Sum of RGB (Red+Green+Blue) = 251+132+219=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84DB is #047B24. Grayscale: #B1B1B1. Windows color (decimal): -293669 or 14386427. OLE color: 14386427.
HSL color Cylindrical-coordinate representation of color #FB84DB: hue angle of 316.13º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84DB is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 219 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.02 |
| HSL | 316.13º | 0.94% | 0.75% | - |
| HSV(B) | 316.13º | 0.47% | 0.98% | - |
| XYZ | 60.82 | 42.13 | 71.94 | - |
| YUV | 177.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 219 | 0 | 0.47 | 0.13 | 0.02 | 316.13 | 0.94 | 0.75 |
| Hex | FB | 84 | DB | 0 | 2F | D | 2 | 13C | 5E | 4B |
| Octal | 373 | 204 | 333 | 0 | 57 | 15 | 2 | 474 | 136 | 113 |
| Binary | 11111011 | 10000100 | 11011011 | 0 | 101111 | 1101 | 10 | 100111100 | 1011110 | 1001011 |
Color Harmonies of #FB84DB
Complementary color
Monochromatic Colors of #FB84DB
Black with #FB84DB
Text Example
Text Example
White with #FB84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB84DB; }
p { color: rgb(251,132,219); }
H1.HeaderClassName
{
color: #FB84DB;
}
.AnyTagClassName
{
color: #FB84DB;
}
</style>
background-color css
<style>
a { background-color: #FB84DB; }
a { background-color: rgb(251,132,219); }
div.DivClassName
{
background-color: #FB84DB;
}
.BgClassName
{
background-color: #FB84DB;
}
</style>
border-color css
<style>
span { border-color: #FB84DB; }
span { border-color: rgb(251,132,219); }
td.TdClassName
{
border-color: #FB84DB;
}
.TagClassName
{
border-color: #FB84DB;
}
</style>