Shades of Pale Magenta #FA8BDA
Tints of Pale Magenta #FA8BDA
RGB
CMYK
RGB Variations
Color information
#FA8BDA (or 0xFA8BDA) is known color: Pale Magenta. HEX triplet: FA, 8B and DA. RGB value is (250,139,218). Sum of RGB (Red+Green+Blue) = 250+139+218=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BDA is #057425. Grayscale: #B4B4B4. Windows color (decimal): -357414 or 14322682. OLE color: 14322682.
HSL color Cylindrical-coordinate representation of color #FA8BDA: hue angle of 317.3º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BDA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 218 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.02 |
| HSL | 317.3º | 0.92% | 0.76% | - |
| HSV(B) | 317.3º | 0.44% | 0.98% | - |
| XYZ | 61.31 | 43.85 | 71.56 | - |
| YUV | 181.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 218 | 0 | 0.44 | 0.13 | 0.02 | 317.3 | 0.92 | 0.76 |
| Hex | FA | 8B | DA | 0 | 2C | D | 2 | 13D | 5C | 4C |
| Octal | 372 | 213 | 332 | 0 | 54 | 15 | 2 | 475 | 134 | 114 |
| Binary | 11111010 | 10001011 | 11011010 | 0 | 101100 | 1101 | 10 | 100111101 | 1011100 | 1001100 |
Color Harmonies of #FA8BDA
Complementary color
Monochromatic Colors of #FA8BDA
Black with #FA8BDA
Text Example
Text Example
White with #FA8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BDA; }
p { color: rgb(250,139,218); }
H1.HeaderClassName
{
color: #FA8BDA;
}
.AnyTagClassName
{
color: #FA8BDA;
}
</style>
background-color css
<style>
a { background-color: #FA8BDA; }
a { background-color: rgb(250,139,218); }
div.DivClassName
{
background-color: #FA8BDA;
}
.BgClassName
{
background-color: #FA8BDA;
}
</style>
border-color css
<style>
span { border-color: #FA8BDA; }
span { border-color: rgb(250,139,218); }
td.TdClassName
{
border-color: #FA8BDA;
}
.TagClassName
{
border-color: #FA8BDA;
}
</style>