Shades of Pale Magenta #FA86DC
Tints of Pale Magenta #FA86DC
RGB
CMYK
RGB Variations
Color information
#FA86DC (or 0xFA86DC) is known color: Pale Magenta. HEX triplet: FA, 86 and DC. RGB value is (250,134,220). Sum of RGB (Red+Green+Blue) = 250+134+220=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86DC is #057923. Grayscale: #B2B2B2. Windows color (decimal): -358692 or 14452474. OLE color: 14452474.
HSL color Cylindrical-coordinate representation of color #FA86DC: hue angle of 315.52º 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 #FA86DC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 220 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.02 |
| HSL | 315.52º | 0.92% | 0.75% | - |
| HSV(B) | 315.52º | 0.46% | 0.98% | - |
| XYZ | 60.87 | 42.54 | 72.71 | - |
| YUV | 178.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 220 | 0 | 0.46 | 0.12 | 0.02 | 315.52 | 0.92 | 0.75 |
| Hex | FA | 86 | DC | 0 | 2E | C | 2 | 13C | 5C | 4B |
| Octal | 372 | 206 | 334 | 0 | 56 | 14 | 2 | 474 | 134 | 113 |
| Binary | 11111010 | 10000110 | 11011100 | 0 | 101110 | 1100 | 10 | 100111100 | 1011100 | 1001011 |
Color Harmonies of #FA86DC
Complementary color
Monochromatic Colors of #FA86DC
Black with #FA86DC
Text Example
Text Example
White with #FA86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA86DC; }
p { color: rgb(250,134,220); }
H1.HeaderClassName
{
color: #FA86DC;
}
.AnyTagClassName
{
color: #FA86DC;
}
</style>
background-color css
<style>
a { background-color: #FA86DC; }
a { background-color: rgb(250,134,220); }
div.DivClassName
{
background-color: #FA86DC;
}
.BgClassName
{
background-color: #FA86DC;
}
</style>
border-color css
<style>
span { border-color: #FA86DC; }
span { border-color: rgb(250,134,220); }
td.TdClassName
{
border-color: #FA86DC;
}
.TagClassName
{
border-color: #FA86DC;
}
</style>