Shades of Pale Magenta #FF86DB
Tints of Pale Magenta #FF86DB
RGB
CMYK
RGB Variations
Color information
#FF86DB (or 0xFF86DB) is known color: Pale Magenta. HEX triplet: FF, 86 and DB. RGB value is (255,134,219). Sum of RGB (Red+Green+Blue) = 255+134+219=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86DB is #007924. Grayscale: #B3B3B3. Windows color (decimal): -31013 or 14386943. OLE color: 14386943.
HSL color Cylindrical-coordinate representation of color #FF86DB: hue angle of 317.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86DB is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 219 | - |
| CMYK | 0 | 0.47 | 0.14 | 0 |
| HSL | 317.85º | 1% | 0.76% | - |
| HSV(B) | 317.85º | 0.47% | 1% | - |
| XYZ | 62.55 | 43.42 | 72.1 | - |
| YUV | 179.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 219 | 0 | 0.47 | 0.14 | 0 | 317.85 | 1 | 0.76 |
| Hex | FF | 86 | DB | 0 | 2F | E | 0 | 13E | 64 | 4C |
| Octal | 377 | 206 | 333 | 0 | 57 | 16 | 0 | 476 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11011011 | 0 | 101111 | 1110 | 0 | 100111110 | 1100100 | 1001100 |
Color Harmonies of #FF86DB
Complementary color
Monochromatic Colors of #FF86DB
Black with #FF86DB
Text Example
Text Example
White with #FF86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86DB; }
p { color: rgb(255,134,219); }
H1.HeaderClassName
{
color: #FF86DB;
}
.AnyTagClassName
{
color: #FF86DB;
}
</style>
background-color css
<style>
a { background-color: #FF86DB; }
a { background-color: rgb(255,134,219); }
div.DivClassName
{
background-color: #FF86DB;
}
.BgClassName
{
background-color: #FF86DB;
}
</style>
border-color css
<style>
span { border-color: #FF86DB; }
span { border-color: rgb(255,134,219); }
td.TdClassName
{
border-color: #FF86DB;
}
.TagClassName
{
border-color: #FF86DB;
}
</style>