Shades of Pale Magenta #FC8BE0
Tints of Pale Magenta #FC8BE0
RGB
CMYK
RGB Variations
Color information
#FC8BE0 (or 0xFC8BE0) is known color: Pale Magenta. HEX triplet: FC, 8B and E0. RGB value is (252,139,224). Sum of RGB (Red+Green+Blue) = 252+139+224=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BE0 is #03741F. Grayscale: #B6B6B6. Windows color (decimal): -226336 or 14715900. OLE color: 14715900.
HSL color Cylindrical-coordinate representation of color #FC8BE0: hue angle of 314.87º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BE0 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 224 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.01 |
| HSL | 314.87º | 0.95% | 0.77% | - |
| HSV(B) | 314.87º | 0.45% | 0.99% | - |
| XYZ | 62.83 | 44.54 | 75.81 | - |
| YUV | 182.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 224 | 0 | 0.45 | 0.11 | 0.01 | 314.87 | 0.95 | 0.77 |
| Hex | FC | 8B | E0 | 0 | 2D | B | 1 | 13B | 5F | 4D |
| Octal | 374 | 213 | 340 | 0 | 55 | 13 | 1 | 473 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11100000 | 0 | 101101 | 1011 | 1 | 100111011 | 1011111 | 1001101 |
Color Harmonies of #FC8BE0
Complementary color
Monochromatic Colors of #FC8BE0
Black with #FC8BE0
Text Example
Text Example
White with #FC8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BE0; }
p { color: rgb(252,139,224); }
H1.HeaderClassName
{
color: #FC8BE0;
}
.AnyTagClassName
{
color: #FC8BE0;
}
</style>
background-color css
<style>
a { background-color: #FC8BE0; }
a { background-color: rgb(252,139,224); }
div.DivClassName
{
background-color: #FC8BE0;
}
.BgClassName
{
background-color: #FC8BE0;
}
</style>
border-color css
<style>
span { border-color: #FC8BE0; }
span { border-color: rgb(252,139,224); }
td.TdClassName
{
border-color: #FC8BE0;
}
.TagClassName
{
border-color: #FC8BE0;
}
</style>