Shades of Pale Magenta #FC8BEA
Tints of Pale Magenta #FC8BEA
RGB
CMYK
RGB Variations
Color information
#FC8BEA (or 0xFC8BEA) is known color: Pale Magenta. HEX triplet: FC, 8B and EA. RGB value is (252,139,234). Sum of RGB (Red+Green+Blue) = 252+139+234=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BEA is #037415. Grayscale: #B7B7B7. Windows color (decimal): -226326 or 15371260. OLE color: 15371260.
HSL color Cylindrical-coordinate representation of color #FC8BEA: hue angle of 309.56º 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 #FC8BEA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 234 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.01 |
| HSL | 309.56º | 0.95% | 0.77% | - |
| HSV(B) | 309.56º | 0.45% | 0.99% | - |
| XYZ | 64.23 | 45.1 | 83.16 | - |
| YUV | 183.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 234 | 0 | 0.45 | 0.07 | 0.01 | 309.56 | 0.95 | 0.77 |
| Hex | FC | 8B | EA | 0 | 2D | 7 | 1 | 136 | 5F | 4D |
| Octal | 374 | 213 | 352 | 0 | 55 | 7 | 1 | 466 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11101010 | 0 | 101101 | 111 | 1 | 100110110 | 1011111 | 1001101 |
Color Harmonies of #FC8BEA
Complementary color
Monochromatic Colors of #FC8BEA
Black with #FC8BEA
Text Example
Text Example
White with #FC8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BEA; }
p { color: rgb(252,139,234); }
H1.HeaderClassName
{
color: #FC8BEA;
}
.AnyTagClassName
{
color: #FC8BEA;
}
</style>
background-color css
<style>
a { background-color: #FC8BEA; }
a { background-color: rgb(252,139,234); }
div.DivClassName
{
background-color: #FC8BEA;
}
.BgClassName
{
background-color: #FC8BEA;
}
</style>
border-color css
<style>
span { border-color: #FC8BEA; }
span { border-color: rgb(252,139,234); }
td.TdClassName
{
border-color: #FC8BEA;
}
.TagClassName
{
border-color: #FC8BEA;
}
</style>