Shades of Pale Magenta #FA86DA
Tints of Pale Magenta #FA86DA
RGB
CMYK
RGB Variations
Color information
#FA86DA (or 0xFA86DA) is known color: Pale Magenta. HEX triplet: FA, 86 and DA. RGB value is (250,134,218). Sum of RGB (Red+Green+Blue) = 250+134+218=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86DA is #057925. Grayscale: #B2B2B2. Windows color (decimal): -358694 or 14321402. OLE color: 14321402.
HSL color Cylindrical-coordinate representation of color #FA86DA: hue angle of 316.55º 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 #FA86DA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 218 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.02 |
| HSL | 316.55º | 0.92% | 0.75% | - |
| HSV(B) | 316.55º | 0.46% | 0.98% | - |
| XYZ | 60.6 | 42.44 | 71.33 | - |
| YUV | 178.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 218 | 0 | 0.46 | 0.13 | 0.02 | 316.55 | 0.92 | 0.75 |
| Hex | FA | 86 | DA | 0 | 2E | D | 2 | 13D | 5C | 4B |
| Octal | 372 | 206 | 332 | 0 | 56 | 15 | 2 | 475 | 134 | 113 |
| Binary | 11111010 | 10000110 | 11011010 | 0 | 101110 | 1101 | 10 | 100111101 | 1011100 | 1001011 |
Color Harmonies of #FA86DA
Complementary color
Monochromatic Colors of #FA86DA
Black with #FA86DA
Text Example
Text Example
White with #FA86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA86DA; }
p { color: rgb(250,134,218); }
H1.HeaderClassName
{
color: #FA86DA;
}
.AnyTagClassName
{
color: #FA86DA;
}
</style>
background-color css
<style>
a { background-color: #FA86DA; }
a { background-color: rgb(250,134,218); }
div.DivClassName
{
background-color: #FA86DA;
}
.BgClassName
{
background-color: #FA86DA;
}
</style>
border-color css
<style>
span { border-color: #FA86DA; }
span { border-color: rgb(250,134,218); }
td.TdClassName
{
border-color: #FA86DA;
}
.TagClassName
{
border-color: #FA86DA;
}
</style>