Shades of Pale Magenta #FC89D9
Tints of Pale Magenta #FC89D9
RGB
CMYK
RGB Variations
Color information
#FC89D9 (or 0xFC89D9) is known color: Pale Magenta. HEX triplet: FC, 89 and D9. RGB value is (252,137,217). Sum of RGB (Red+Green+Blue) = 252+137+217=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89D9 is #037626. Grayscale: #B4B4B4. Windows color (decimal): -226855 or 14256636. OLE color: 14256636.
HSL color Cylindrical-coordinate representation of color #FC89D9: hue angle of 318.26º 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 #FC89D9 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 217 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.01 |
| HSL | 318.26º | 0.95% | 0.76% | - |
| HSV(B) | 318.26º | 0.46% | 0.99% | - |
| XYZ | 61.61 | 43.6 | 70.81 | - |
| YUV | 180.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 217 | 0 | 0.46 | 0.14 | 0.01 | 318.26 | 0.95 | 0.76 |
| Hex | FC | 89 | D9 | 0 | 2E | E | 1 | 13E | 5F | 4C |
| Octal | 374 | 211 | 331 | 0 | 56 | 16 | 1 | 476 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11011001 | 0 | 101110 | 1110 | 1 | 100111110 | 1011111 | 1001100 |
Color Harmonies of #FC89D9
Complementary color
Monochromatic Colors of #FC89D9
Black with #FC89D9
Text Example
Text Example
White with #FC89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89D9; }
p { color: rgb(252,137,217); }
H1.HeaderClassName
{
color: #FC89D9;
}
.AnyTagClassName
{
color: #FC89D9;
}
</style>
background-color css
<style>
a { background-color: #FC89D9; }
a { background-color: rgb(252,137,217); }
div.DivClassName
{
background-color: #FC89D9;
}
.BgClassName
{
background-color: #FC89D9;
}
</style>
border-color css
<style>
span { border-color: #FC89D9; }
span { border-color: rgb(252,137,217); }
td.TdClassName
{
border-color: #FC89D9;
}
.TagClassName
{
border-color: #FC89D9;
}
</style>