Shades of Pale Magenta #FC89D8
Tints of Pale Magenta #FC89D8
RGB
CMYK
RGB Variations
Color information
#FC89D8 (or 0xFC89D8) is known color: Pale Magenta. HEX triplet: FC, 89 and D8. RGB value is (252,137,216). Sum of RGB (Red+Green+Blue) = 252+137+216=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89D8 is #037627. Grayscale: #B4B4B4. Windows color (decimal): -226856 or 14191100. OLE color: 14191100.
HSL color Cylindrical-coordinate representation of color #FC89D8: hue angle of 318.78º 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 #FC89D8 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 216 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.01 |
| HSL | 318.78º | 0.95% | 0.76% | - |
| HSV(B) | 318.78º | 0.46% | 0.99% | - |
| XYZ | 61.49 | 43.54 | 70.13 | - |
| YUV | 180.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 216 | 0 | 0.46 | 0.14 | 0.01 | 318.78 | 0.95 | 0.76 |
| Hex | FC | 89 | D8 | 0 | 2E | E | 1 | 13F | 5F | 4C |
| Octal | 374 | 211 | 330 | 0 | 56 | 16 | 1 | 477 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11011000 | 0 | 101110 | 1110 | 1 | 100111111 | 1011111 | 1001100 |
Color Harmonies of #FC89D8
Complementary color
Monochromatic Colors of #FC89D8
Black with #FC89D8
Text Example
Text Example
White with #FC89D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89D8; }
p { color: rgb(252,137,216); }
H1.HeaderClassName
{
color: #FC89D8;
}
.AnyTagClassName
{
color: #FC89D8;
}
</style>
background-color css
<style>
a { background-color: #FC89D8; }
a { background-color: rgb(252,137,216); }
div.DivClassName
{
background-color: #FC89D8;
}
.BgClassName
{
background-color: #FC89D8;
}
</style>
border-color css
<style>
span { border-color: #FC89D8; }
span { border-color: rgb(252,137,216); }
td.TdClassName
{
border-color: #FC89D8;
}
.TagClassName
{
border-color: #FC89D8;
}
</style>