Shades of Pale Magenta #FC8FE4
Tints of Pale Magenta #FC8FE4
RGB
CMYK
RGB Variations
Color information
#FC8FE4 (or 0xFC8FE4) is known color: Pale Magenta. HEX triplet: FC, 8F and E4. RGB value is (252,143,228). Sum of RGB (Red+Green+Blue) = 252+143+228=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FE4 is #03701B. Grayscale: #B9B9B9. Windows color (decimal): -225308 or 14979068. OLE color: 14979068.
HSL color Cylindrical-coordinate representation of color #FC8FE4: hue angle of 313.21º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FE4 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 228 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.01 |
| HSL | 313.21º | 0.95% | 0.77% | - |
| HSV(B) | 313.21º | 0.43% | 0.99% | - |
| XYZ | 63.97 | 45.94 | 78.89 | - |
| YUV | 185.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 228 | 0 | 0.43 | 0.10 | 0.01 | 313.21 | 0.95 | 0.77 |
| Hex | FC | 8F | E4 | 0 | 2B | A | 1 | 139 | 5F | 4D |
| Octal | 374 | 217 | 344 | 0 | 53 | 12 | 1 | 471 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11100100 | 0 | 101011 | 1010 | 1 | 100111001 | 1011111 | 1001101 |
Color Harmonies of #FC8FE4
Complementary color
Monochromatic Colors of #FC8FE4
Black with #FC8FE4
Text Example
Text Example
White with #FC8FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FE4; }
p { color: rgb(252,143,228); }
H1.HeaderClassName
{
color: #FC8FE4;
}
.AnyTagClassName
{
color: #FC8FE4;
}
</style>
background-color css
<style>
a { background-color: #FC8FE4; }
a { background-color: rgb(252,143,228); }
div.DivClassName
{
background-color: #FC8FE4;
}
.BgClassName
{
background-color: #FC8FE4;
}
</style>
border-color css
<style>
span { border-color: #FC8FE4; }
span { border-color: rgb(252,143,228); }
td.TdClassName
{
border-color: #FC8FE4;
}
.TagClassName
{
border-color: #FC8FE4;
}
</style>