Shades of Pale Magenta #FC89DB
Tints of Pale Magenta #FC89DB
RGB
CMYK
RGB Variations
Color information
#FC89DB (or 0xFC89DB) is known color: Pale Magenta. HEX triplet: FC, 89 and DB. RGB value is (252,137,219). Sum of RGB (Red+Green+Blue) = 252+137+219=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 137 (53.91% from 255 or 22.53% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89DB is #037624. Grayscale: #B4B4B4. Windows color (decimal): -226853 or 14387708. OLE color: 14387708.
HSL color Cylindrical-coordinate representation of color #FC89DB: hue angle of 317.22º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC89DB is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 219 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.01 |
| HSL | 317.22º | 0.95% | 0.76% | - |
| HSV(B) | 317.22º | 0.46% | 0.99% | - |
| XYZ | 61.88 | 43.7 | 72.19 | - |
| YUV | 180.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 219 | 0 | 0.46 | 0.13 | 0.01 | 317.22 | 0.95 | 0.76 |
| Hex | FC | 89 | DB | 0 | 2E | D | 1 | 13D | 5F | 4C |
| Octal | 374 | 211 | 333 | 0 | 56 | 15 | 1 | 475 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11011011 | 0 | 101110 | 1101 | 1 | 100111101 | 1011111 | 1001100 |
Color Harmonies of #FC89DB
Complementary color
Monochromatic Colors of #FC89DB
Black with #FC89DB
Text Example
Text Example
White with #FC89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89DB; }
p { color: rgb(252,137,219); }
H1.HeaderClassName
{
color: #FC89DB;
}
.AnyTagClassName
{
color: #FC89DB;
}
</style>
background-color css
<style>
a { background-color: #FC89DB; }
a { background-color: rgb(252,137,219); }
div.DivClassName
{
background-color: #FC89DB;
}
.BgClassName
{
background-color: #FC89DB;
}
</style>
border-color css
<style>
span { border-color: #FC89DB; }
span { border-color: rgb(252,137,219); }
td.TdClassName
{
border-color: #FC89DB;
}
.TagClassName
{
border-color: #FC89DB;
}
</style>