Shades of Pale Magenta #FA87DB
Tints of Pale Magenta #FA87DB
RGB
CMYK
RGB Variations
Color information
#FA87DB (or 0xFA87DB) is known color: Pale Magenta. HEX triplet: FA, 87 and DB. RGB value is (250,135,219). Sum of RGB (Red+Green+Blue) = 250+135+219=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 135 (53.12% from 255 or 22.35% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87DB is #057824. Grayscale: #B2B2B2. Windows color (decimal): -358437 or 14387194. OLE color: 14387194.
HSL color Cylindrical-coordinate representation of color #FA87DB: hue angle of 316.17º 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 #FA87DB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 219 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.02 |
| HSL | 316.17º | 0.92% | 0.75% | - |
| HSV(B) | 316.17º | 0.46% | 0.98% | - |
| XYZ | 60.87 | 42.77 | 72.06 | - |
| YUV | 178.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 219 | 0 | 0.46 | 0.12 | 0.02 | 316.17 | 0.92 | 0.75 |
| Hex | FA | 87 | DB | 0 | 2E | C | 2 | 13C | 5C | 4B |
| Octal | 372 | 207 | 333 | 0 | 56 | 14 | 2 | 474 | 134 | 113 |
| Binary | 11111010 | 10000111 | 11011011 | 0 | 101110 | 1100 | 10 | 100111100 | 1011100 | 1001011 |
Color Harmonies of #FA87DB
Complementary color
Monochromatic Colors of #FA87DB
Black with #FA87DB
Text Example
Text Example
White with #FA87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA87DB; }
p { color: rgb(250,135,219); }
H1.HeaderClassName
{
color: #FA87DB;
}
.AnyTagClassName
{
color: #FA87DB;
}
</style>
background-color css
<style>
a { background-color: #FA87DB; }
a { background-color: rgb(250,135,219); }
div.DivClassName
{
background-color: #FA87DB;
}
.BgClassName
{
background-color: #FA87DB;
}
</style>
border-color css
<style>
span { border-color: #FA87DB; }
span { border-color: rgb(250,135,219); }
td.TdClassName
{
border-color: #FA87DB;
}
.TagClassName
{
border-color: #FA87DB;
}
</style>