Shades of Pale Magenta #FC8DE6
Tints of Pale Magenta #FC8DE6
RGB
CMYK
RGB Variations
Color information
#FC8DE6 (or 0xFC8DE6) is known color: Pale Magenta. HEX triplet: FC, 8D and E6. RGB value is (252,141,230). Sum of RGB (Red+Green+Blue) = 252+141+230=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DE6 is #037219. Grayscale: #B8B8B8. Windows color (decimal): -225818 or 15109628. OLE color: 15109628.
HSL color Cylindrical-coordinate representation of color #FC8DE6: hue angle of 311.89º 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 #FC8DE6 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 230 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.01 |
| HSL | 311.89º | 0.95% | 0.77% | - |
| HSV(B) | 311.89º | 0.44% | 0.99% | - |
| XYZ | 63.95 | 45.46 | 80.27 | - |
| YUV | 184.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 230 | 0 | 0.44 | 0.09 | 0.01 | 311.89 | 0.95 | 0.77 |
| Hex | FC | 8D | E6 | 0 | 2C | 9 | 1 | 138 | 5F | 4D |
| Octal | 374 | 215 | 346 | 0 | 54 | 11 | 1 | 470 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11100110 | 0 | 101100 | 1001 | 1 | 100111000 | 1011111 | 1001101 |
Color Harmonies of #FC8DE6
Complementary color
Monochromatic Colors of #FC8DE6
Black with #FC8DE6
Text Example
Text Example
White with #FC8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DE6; }
p { color: rgb(252,141,230); }
H1.HeaderClassName
{
color: #FC8DE6;
}
.AnyTagClassName
{
color: #FC8DE6;
}
</style>
background-color css
<style>
a { background-color: #FC8DE6; }
a { background-color: rgb(252,141,230); }
div.DivClassName
{
background-color: #FC8DE6;
}
.BgClassName
{
background-color: #FC8DE6;
}
</style>
border-color css
<style>
span { border-color: #FC8DE6; }
span { border-color: rgb(252,141,230); }
td.TdClassName
{
border-color: #FC8DE6;
}
.TagClassName
{
border-color: #FC8DE6;
}
</style>