Shades of Pale Magenta #FB86DB
Tints of Pale Magenta #FB86DB
RGB
CMYK
RGB Variations
Color information
#FB86DB (or 0xFB86DB) is known color: Pale Magenta. HEX triplet: FB, 86 and DB. RGB value is (251,134,219). Sum of RGB (Red+Green+Blue) = 251+134+219=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86DB is #047924. Grayscale: #B2B2B2. Windows color (decimal): -293157 or 14386939. OLE color: 14386939.
HSL color Cylindrical-coordinate representation of color #FB86DB: hue angle of 316.41º 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 #FB86DB is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 219 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.02 |
| HSL | 316.41º | 0.94% | 0.75% | - |
| HSV(B) | 316.41º | 0.47% | 0.98% | - |
| XYZ | 61.09 | 42.67 | 72.03 | - |
| YUV | 178.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 219 | 0 | 0.47 | 0.13 | 0.02 | 316.41 | 0.94 | 0.75 |
| Hex | FB | 86 | DB | 0 | 2F | D | 2 | 13C | 5E | 4B |
| Octal | 373 | 206 | 333 | 0 | 57 | 15 | 2 | 474 | 136 | 113 |
| Binary | 11111011 | 10000110 | 11011011 | 0 | 101111 | 1101 | 10 | 100111100 | 1011110 | 1001011 |
Color Harmonies of #FB86DB
Complementary color
Monochromatic Colors of #FB86DB
Black with #FB86DB
Text Example
Text Example
White with #FB86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB86DB; }
p { color: rgb(251,134,219); }
H1.HeaderClassName
{
color: #FB86DB;
}
.AnyTagClassName
{
color: #FB86DB;
}
</style>
background-color css
<style>
a { background-color: #FB86DB; }
a { background-color: rgb(251,134,219); }
div.DivClassName
{
background-color: #FB86DB;
}
.BgClassName
{
background-color: #FB86DB;
}
</style>
border-color css
<style>
span { border-color: #FB86DB; }
span { border-color: rgb(251,134,219); }
td.TdClassName
{
border-color: #FB86DB;
}
.TagClassName
{
border-color: #FB86DB;
}
</style>