Shades of Pale Magenta #FC89DD
Tints of Pale Magenta #FC89DD
RGB
CMYK
RGB Variations
Color information
#FC89DD (or 0xFC89DD) is known color: Pale Magenta. HEX triplet: FC, 89 and DD. RGB value is (252,137,221). Sum of RGB (Red+Green+Blue) = 252+137+221=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 137 (53.91% from 255 or 22.46% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89DD is #037622. Grayscale: #B4B4B4. Windows color (decimal): -226851 or 14518780. OLE color: 14518780.
HSL color Cylindrical-coordinate representation of color #FC89DD: hue angle of 316.17º 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 #FC89DD is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 221 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.01 |
| HSL | 316.17º | 0.95% | 0.76% | - |
| HSV(B) | 316.17º | 0.46% | 0.99% | - |
| XYZ | 62.14 | 43.81 | 73.59 | - |
| YUV | 180.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 221 | 0 | 0.46 | 0.12 | 0.01 | 316.17 | 0.95 | 0.76 |
| Hex | FC | 89 | DD | 0 | 2E | C | 1 | 13C | 5F | 4C |
| Octal | 374 | 211 | 335 | 0 | 56 | 14 | 1 | 474 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11011101 | 0 | 101110 | 1100 | 1 | 100111100 | 1011111 | 1001100 |
Color Harmonies of #FC89DD
Complementary color
Monochromatic Colors of #FC89DD
Black with #FC89DD
Text Example
Text Example
White with #FC89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89DD; }
p { color: rgb(252,137,221); }
H1.HeaderClassName
{
color: #FC89DD;
}
.AnyTagClassName
{
color: #FC89DD;
}
</style>
background-color css
<style>
a { background-color: #FC89DD; }
a { background-color: rgb(252,137,221); }
div.DivClassName
{
background-color: #FC89DD;
}
.BgClassName
{
background-color: #FC89DD;
}
</style>
border-color css
<style>
span { border-color: #FC89DD; }
span { border-color: rgb(252,137,221); }
td.TdClassName
{
border-color: #FC89DD;
}
.TagClassName
{
border-color: #FC89DD;
}
</style>