Shades of Pale Magenta #FC85DD
Tints of Pale Magenta #FC85DD
RGB
CMYK
RGB Variations
Color information
#FC85DD (or 0xFC85DD) is known color: Pale Magenta. HEX triplet: FC, 85 and DD. RGB value is (252,133,221). Sum of RGB (Red+Green+Blue) = 252+133+221=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85DD is #037A22. Grayscale: #B2B2B2. Windows color (decimal): -227875 or 14517756. OLE color: 14517756.
HSL color Cylindrical-coordinate representation of color #FC85DD: hue angle of 315.63º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85DD is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 221 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.01 |
| HSL | 315.63º | 0.95% | 0.75% | - |
| HSV(B) | 315.63º | 0.47% | 0.99% | - |
| XYZ | 61.58 | 42.69 | 73.4 | - |
| YUV | 178.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 221 | 0 | 0.47 | 0.12 | 0.01 | 315.63 | 0.95 | 0.75 |
| Hex | FC | 85 | DD | 0 | 2F | C | 1 | 13C | 5F | 4B |
| Octal | 374 | 205 | 335 | 0 | 57 | 14 | 1 | 474 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11011101 | 0 | 101111 | 1100 | 1 | 100111100 | 1011111 | 1001011 |
Color Harmonies of #FC85DD
Complementary color
Monochromatic Colors of #FC85DD
Black with #FC85DD
Text Example
Text Example
White with #FC85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85DD; }
p { color: rgb(252,133,221); }
H1.HeaderClassName
{
color: #FC85DD;
}
.AnyTagClassName
{
color: #FC85DD;
}
</style>
background-color css
<style>
a { background-color: #FC85DD; }
a { background-color: rgb(252,133,221); }
div.DivClassName
{
background-color: #FC85DD;
}
.BgClassName
{
background-color: #FC85DD;
}
</style>
border-color css
<style>
span { border-color: #FC85DD; }
span { border-color: rgb(252,133,221); }
td.TdClassName
{
border-color: #FC85DD;
}
.TagClassName
{
border-color: #FC85DD;
}
</style>