Shades of Pale Magenta #FA86DB
Tints of Pale Magenta #FA86DB
RGB
CMYK
RGB Variations
Color information
#FA86DB (or 0xFA86DB) is known color: Pale Magenta. HEX triplet: FA, 86 and DB. RGB value is (250,134,219). Sum of RGB (Red+Green+Blue) = 250+134+219=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86DB is #057924. Grayscale: #B2B2B2. Windows color (decimal): -358693 or 14386938. OLE color: 14386938.
HSL color Cylindrical-coordinate representation of color #FA86DB: hue angle of 316.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA86DB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 219 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.02 |
| HSL | 316.03º | 0.92% | 0.75% | - |
| HSV(B) | 316.03º | 0.46% | 0.98% | - |
| XYZ | 60.74 | 42.49 | 72.02 | - |
| YUV | 178.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 219 | 0 | 0.46 | 0.12 | 0.02 | 316.03 | 0.92 | 0.75 |
| Hex | FA | 86 | DB | 0 | 2E | C | 2 | 13C | 5C | 4B |
| Octal | 372 | 206 | 333 | 0 | 56 | 14 | 2 | 474 | 134 | 113 |
| Binary | 11111010 | 10000110 | 11011011 | 0 | 101110 | 1100 | 10 | 100111100 | 1011100 | 1001011 |
Color Harmonies of #FA86DB
Complementary color
Monochromatic Colors of #FA86DB
Black with #FA86DB
Text Example
Text Example
White with #FA86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA86DB; }
p { color: rgb(250,134,219); }
H1.HeaderClassName
{
color: #FA86DB;
}
.AnyTagClassName
{
color: #FA86DB;
}
</style>
background-color css
<style>
a { background-color: #FA86DB; }
a { background-color: rgb(250,134,219); }
div.DivClassName
{
background-color: #FA86DB;
}
.BgClassName
{
background-color: #FA86DB;
}
</style>
border-color css
<style>
span { border-color: #FA86DB; }
span { border-color: rgb(250,134,219); }
td.TdClassName
{
border-color: #FA86DB;
}
.TagClassName
{
border-color: #FA86DB;
}
</style>