Shades of Pale Magenta #FC86DD
Tints of Pale Magenta #FC86DD
RGB
CMYK
RGB Variations
Color information
#FC86DD (or 0xFC86DD) is known color: Pale Magenta. HEX triplet: FC, 86 and DD. RGB value is (252,134,221). Sum of RGB (Red+Green+Blue) = 252+134+221=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86DD is #037922. Grayscale: #B2B2B2. Windows color (decimal): -227619 or 14518012. OLE color: 14518012.
HSL color Cylindrical-coordinate representation of color #FC86DD: hue angle of 315.76º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86DD is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 221 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.01 |
| HSL | 315.76º | 0.95% | 0.76% | - |
| HSV(B) | 315.76º | 0.47% | 0.99% | - |
| XYZ | 61.72 | 42.97 | 73.45 | - |
| YUV | 179.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 221 | 0 | 0.47 | 0.12 | 0.01 | 315.76 | 0.95 | 0.76 |
| Hex | FC | 86 | DD | 0 | 2F | C | 1 | 13C | 5F | 4C |
| Octal | 374 | 206 | 335 | 0 | 57 | 14 | 1 | 474 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11011101 | 0 | 101111 | 1100 | 1 | 100111100 | 1011111 | 1001100 |
Color Harmonies of #FC86DD
Complementary color
Monochromatic Colors of #FC86DD
Black with #FC86DD
Text Example
Text Example
White with #FC86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86DD; }
p { color: rgb(252,134,221); }
H1.HeaderClassName
{
color: #FC86DD;
}
.AnyTagClassName
{
color: #FC86DD;
}
</style>
background-color css
<style>
a { background-color: #FC86DD; }
a { background-color: rgb(252,134,221); }
div.DivClassName
{
background-color: #FC86DD;
}
.BgClassName
{
background-color: #FC86DD;
}
</style>
border-color css
<style>
span { border-color: #FC86DD; }
span { border-color: rgb(252,134,221); }
td.TdClassName
{
border-color: #FC86DD;
}
.TagClassName
{
border-color: #FC86DD;
}
</style>