Shades of Pale Magenta #FC8CE9
Tints of Pale Magenta #FC8CE9
RGB
CMYK
RGB Variations
Color information
#FC8CE9 (or 0xFC8CE9) is known color: Pale Magenta. HEX triplet: FC, 8C and E9. RGB value is (252,140,233). Sum of RGB (Red+Green+Blue) = 252+140+233=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CE9 is #037316. Grayscale: #B7B7B7. Windows color (decimal): -226071 or 15305980. OLE color: 15305980.
HSL color Cylindrical-coordinate representation of color #FC8CE9: hue angle of 310.18º 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 #FC8CE9 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 233 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.01 |
| HSL | 310.18º | 0.95% | 0.77% | - |
| HSV(B) | 310.18º | 0.44% | 0.99% | - |
| XYZ | 64.23 | 45.33 | 82.46 | - |
| YUV | 184.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 233 | 0 | 0.44 | 0.08 | 0.01 | 310.18 | 0.95 | 0.77 |
| Hex | FC | 8C | E9 | 0 | 2C | 8 | 1 | 136 | 5F | 4D |
| Octal | 374 | 214 | 351 | 0 | 54 | 10 | 1 | 466 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11101001 | 0 | 101100 | 1000 | 1 | 100110110 | 1011111 | 1001101 |
Color Harmonies of #FC8CE9
Complementary color
Monochromatic Colors of #FC8CE9
Black with #FC8CE9
Text Example
Text Example
White with #FC8CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CE9; }
p { color: rgb(252,140,233); }
H1.HeaderClassName
{
color: #FC8CE9;
}
.AnyTagClassName
{
color: #FC8CE9;
}
</style>
background-color css
<style>
a { background-color: #FC8CE9; }
a { background-color: rgb(252,140,233); }
div.DivClassName
{
background-color: #FC8CE9;
}
.BgClassName
{
background-color: #FC8CE9;
}
</style>
border-color css
<style>
span { border-color: #FC8CE9; }
span { border-color: rgb(252,140,233); }
td.TdClassName
{
border-color: #FC8CE9;
}
.TagClassName
{
border-color: #FC8CE9;
}
</style>