Shades of Pale Magenta #FC8EDF
Tints of Pale Magenta #FC8EDF
RGB
CMYK
RGB Variations
Color information
#FC8EDF (or 0xFC8EDF) is known color: Pale Magenta. HEX triplet: FC, 8E and DF. RGB value is (252,142,223). Sum of RGB (Red+Green+Blue) = 252+142+223=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EDF is #037120. Grayscale: #B7B7B7. Windows color (decimal): -225569 or 14651132. OLE color: 14651132.
HSL color Cylindrical-coordinate representation of color #FC8EDF: hue angle of 315.82º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8EDF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 142 | 223 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.01 |
| HSL | 315.82º | 0.95% | 0.77% | - |
| HSV(B) | 315.82º | 0.44% | 0.99% | - |
| XYZ | 63.14 | 45.37 | 75.24 | - |
| YUV | 184.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 142 | 223 | 0 | 0.44 | 0.12 | 0.01 | 315.82 | 0.95 | 0.77 |
| Hex | FC | 8E | DF | 0 | 2C | C | 1 | 13C | 5F | 4D |
| Octal | 374 | 216 | 337 | 0 | 54 | 14 | 1 | 474 | 137 | 115 |
| Binary | 11111100 | 10001110 | 11011111 | 0 | 101100 | 1100 | 1 | 100111100 | 1011111 | 1001101 |
Color Harmonies of #FC8EDF
Complementary color
Monochromatic Colors of #FC8EDF
Black with #FC8EDF
Text Example
Text Example
White with #FC8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8EDF; }
p { color: rgb(252,142,223); }
H1.HeaderClassName
{
color: #FC8EDF;
}
.AnyTagClassName
{
color: #FC8EDF;
}
</style>
background-color css
<style>
a { background-color: #FC8EDF; }
a { background-color: rgb(252,142,223); }
div.DivClassName
{
background-color: #FC8EDF;
}
.BgClassName
{
background-color: #FC8EDF;
}
</style>
border-color css
<style>
span { border-color: #FC8EDF; }
span { border-color: rgb(252,142,223); }
td.TdClassName
{
border-color: #FC8EDF;
}
.TagClassName
{
border-color: #FC8EDF;
}
</style>