Shades of Pale Magenta #FC8CE7
Tints of Pale Magenta #FC8CE7
RGB
CMYK
RGB Variations
Color information
#FC8CE7 (or 0xFC8CE7) is known color: Pale Magenta. HEX triplet: FC, 8C and E7. RGB value is (252,140,231). Sum of RGB (Red+Green+Blue) = 252+140+231=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 140 (55.08% from 255 or 22.47% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CE7 is #037318. Grayscale: #B7B7B7. Windows color (decimal): -226073 or 15174908. OLE color: 15174908.
HSL color Cylindrical-coordinate representation of color #FC8CE7: hue angle of 311.25º 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 #FC8CE7 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 231 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.01 |
| HSL | 311.25º | 0.95% | 0.77% | - |
| HSV(B) | 311.25º | 0.44% | 0.99% | - |
| XYZ | 63.95 | 45.22 | 80.96 | - |
| YUV | 183.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 231 | 0 | 0.44 | 0.08 | 0.01 | 311.25 | 0.95 | 0.77 |
| Hex | FC | 8C | E7 | 0 | 2C | 8 | 1 | 137 | 5F | 4D |
| Octal | 374 | 214 | 347 | 0 | 54 | 10 | 1 | 467 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11100111 | 0 | 101100 | 1000 | 1 | 100110111 | 1011111 | 1001101 |
Color Harmonies of #FC8CE7
Complementary color
Monochromatic Colors of #FC8CE7
Black with #FC8CE7
Text Example
Text Example
White with #FC8CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CE7; }
p { color: rgb(252,140,231); }
H1.HeaderClassName
{
color: #FC8CE7;
}
.AnyTagClassName
{
color: #FC8CE7;
}
</style>
background-color css
<style>
a { background-color: #FC8CE7; }
a { background-color: rgb(252,140,231); }
div.DivClassName
{
background-color: #FC8CE7;
}
.BgClassName
{
background-color: #FC8CE7;
}
</style>
border-color css
<style>
span { border-color: #FC8CE7; }
span { border-color: rgb(252,140,231); }
td.TdClassName
{
border-color: #FC8CE7;
}
.TagClassName
{
border-color: #FC8CE7;
}
</style>