Shades of Pale Magenta #FA89DB
Tints of Pale Magenta #FA89DB
RGB
CMYK
RGB Variations
Color information
#FA89DB (or 0xFA89DB) is known color: Pale Magenta. HEX triplet: FA, 89 and DB. RGB value is (250,137,219). Sum of RGB (Red+Green+Blue) = 250+137+219=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89DB is #057624. Grayscale: #B3B3B3. Windows color (decimal): -357925 or 14387706. OLE color: 14387706.
HSL color Cylindrical-coordinate representation of color #FA89DB: hue angle of 316.46º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA89DB is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 219 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.02 |
| HSL | 316.46º | 0.92% | 0.76% | - |
| HSV(B) | 316.46º | 0.45% | 0.98% | - |
| XYZ | 61.16 | 43.33 | 72.16 | - |
| YUV | 180.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 219 | 0 | 0.45 | 0.12 | 0.02 | 316.46 | 0.92 | 0.76 |
| Hex | FA | 89 | DB | 0 | 2D | C | 2 | 13C | 5C | 4C |
| Octal | 372 | 211 | 333 | 0 | 55 | 14 | 2 | 474 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11011011 | 0 | 101101 | 1100 | 10 | 100111100 | 1011100 | 1001100 |
Color Harmonies of #FA89DB
Complementary color
Monochromatic Colors of #FA89DB
Black with #FA89DB
Text Example
Text Example
White with #FA89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89DB; }
p { color: rgb(250,137,219); }
H1.HeaderClassName
{
color: #FA89DB;
}
.AnyTagClassName
{
color: #FA89DB;
}
</style>
background-color css
<style>
a { background-color: #FA89DB; }
a { background-color: rgb(250,137,219); }
div.DivClassName
{
background-color: #FA89DB;
}
.BgClassName
{
background-color: #FA89DB;
}
</style>
border-color css
<style>
span { border-color: #FA89DB; }
span { border-color: rgb(250,137,219); }
td.TdClassName
{
border-color: #FA89DB;
}
.TagClassName
{
border-color: #FA89DB;
}
</style>