Shades of Pale Magenta #FC8CEC
Tints of Pale Magenta #FC8CEC
RGB
CMYK
RGB Variations
Color information
#FC8CEC (or 0xFC8CEC) is known color: Pale Magenta. HEX triplet: FC, 8C and EC. RGB value is (252,140,236). Sum of RGB (Red+Green+Blue) = 252+140+236=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CEC is #037313. Grayscale: #B8B8B8. Windows color (decimal): -226068 or 15502588. OLE color: 15502588.
HSL color Cylindrical-coordinate representation of color #FC8CEC: hue angle of 308.57º 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 #FC8CEC is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 236 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.01 |
| HSL | 308.57º | 0.95% | 0.77% | - |
| HSV(B) | 308.57º | 0.44% | 0.99% | - |
| XYZ | 64.66 | 45.51 | 84.73 | - |
| YUV | 184.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 236 | 0 | 0.44 | 0.06 | 0.01 | 308.57 | 0.95 | 0.77 |
| Hex | FC | 8C | EC | 0 | 2C | 6 | 1 | 135 | 5F | 4D |
| Octal | 374 | 214 | 354 | 0 | 54 | 6 | 1 | 465 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11101100 | 0 | 101100 | 110 | 1 | 100110101 | 1011111 | 1001101 |
Color Harmonies of #FC8CEC
Complementary color
Monochromatic Colors of #FC8CEC
Black with #FC8CEC
Text Example
Text Example
White with #FC8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CEC; }
p { color: rgb(252,140,236); }
H1.HeaderClassName
{
color: #FC8CEC;
}
.AnyTagClassName
{
color: #FC8CEC;
}
</style>
background-color css
<style>
a { background-color: #FC8CEC; }
a { background-color: rgb(252,140,236); }
div.DivClassName
{
background-color: #FC8CEC;
}
.BgClassName
{
background-color: #FC8CEC;
}
</style>
border-color css
<style>
span { border-color: #FC8CEC; }
span { border-color: rgb(252,140,236); }
td.TdClassName
{
border-color: #FC8CEC;
}
.TagClassName
{
border-color: #FC8CEC;
}
</style>