Shades of Pale Magenta #FA8BDB
Tints of Pale Magenta #FA8BDB
RGB
CMYK
RGB Variations
Color information
#FA8BDB (or 0xFA8BDB) is known color: Pale Magenta. HEX triplet: FA, 8B and DB. RGB value is (250,139,219). Sum of RGB (Red+Green+Blue) = 250+139+219=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BDB is #057424. Grayscale: #B5B5B5. Windows color (decimal): -357413 or 14388218. OLE color: 14388218.
HSL color Cylindrical-coordinate representation of color #FA8BDB: hue angle of 316.76º 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 #FA8BDB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 219 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.02 |
| HSL | 316.76º | 0.92% | 0.76% | - |
| HSV(B) | 316.76º | 0.44% | 0.98% | - |
| XYZ | 61.44 | 43.9 | 72.25 | - |
| YUV | 181.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 219 | 0 | 0.44 | 0.12 | 0.02 | 316.76 | 0.92 | 0.76 |
| Hex | FA | 8B | DB | 0 | 2C | C | 2 | 13D | 5C | 4C |
| Octal | 372 | 213 | 333 | 0 | 54 | 14 | 2 | 475 | 134 | 114 |
| Binary | 11111010 | 10001011 | 11011011 | 0 | 101100 | 1100 | 10 | 100111101 | 1011100 | 1001100 |
Color Harmonies of #FA8BDB
Complementary color
Monochromatic Colors of #FA8BDB
Black with #FA8BDB
Text Example
Text Example
White with #FA8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BDB; }
p { color: rgb(250,139,219); }
H1.HeaderClassName
{
color: #FA8BDB;
}
.AnyTagClassName
{
color: #FA8BDB;
}
</style>
background-color css
<style>
a { background-color: #FA8BDB; }
a { background-color: rgb(250,139,219); }
div.DivClassName
{
background-color: #FA8BDB;
}
.BgClassName
{
background-color: #FA8BDB;
}
</style>
border-color css
<style>
span { border-color: #FA8BDB; }
span { border-color: rgb(250,139,219); }
td.TdClassName
{
border-color: #FA8BDB;
}
.TagClassName
{
border-color: #FA8BDB;
}
</style>