Shades of Pale Magenta #FC8DEA
Tints of Pale Magenta #FC8DEA
RGB
CMYK
RGB Variations
Color information
#FC8DEA (or 0xFC8DEA) is known color: Pale Magenta. HEX triplet: FC, 8D and EA. RGB value is (252,141,234). Sum of RGB (Red+Green+Blue) = 252+141+234=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 141 (55.47% from 255 or 22.49% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DEA is #037215. Grayscale: #B8B8B8. Windows color (decimal): -225814 or 15371772. OLE color: 15371772.
HSL color Cylindrical-coordinate representation of color #FC8DEA: hue angle of 309.73º 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 #FC8DEA is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 234 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.01 |
| HSL | 309.73º | 0.95% | 0.77% | - |
| HSV(B) | 309.73º | 0.44% | 0.99% | - |
| XYZ | 64.52 | 45.69 | 83.26 | - |
| YUV | 184.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 234 | 0 | 0.44 | 0.07 | 0.01 | 309.73 | 0.95 | 0.77 |
| Hex | FC | 8D | EA | 0 | 2C | 7 | 1 | 136 | 5F | 4D |
| Octal | 374 | 215 | 352 | 0 | 54 | 7 | 1 | 466 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11101010 | 0 | 101100 | 111 | 1 | 100110110 | 1011111 | 1001101 |
Color Harmonies of #FC8DEA
Complementary color
Monochromatic Colors of #FC8DEA
Black with #FC8DEA
Text Example
Text Example
White with #FC8DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DEA; }
p { color: rgb(252,141,234); }
H1.HeaderClassName
{
color: #FC8DEA;
}
.AnyTagClassName
{
color: #FC8DEA;
}
</style>
background-color css
<style>
a { background-color: #FC8DEA; }
a { background-color: rgb(252,141,234); }
div.DivClassName
{
background-color: #FC8DEA;
}
.BgClassName
{
background-color: #FC8DEA;
}
</style>
border-color css
<style>
span { border-color: #FC8DEA; }
span { border-color: rgb(252,141,234); }
td.TdClassName
{
border-color: #FC8DEA;
}
.TagClassName
{
border-color: #FC8DEA;
}
</style>