Shades of Pale Magenta #FC8FDF
Tints of Pale Magenta #FC8FDF
RGB
CMYK
RGB Variations
Color information
#FC8FDF (or 0xFC8FDF) is known color: Pale Magenta. HEX triplet: FC, 8F and DF. RGB value is (252,143,223). Sum of RGB (Red+Green+Blue) = 252+143+223=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FDF is #037020. Grayscale: #B8B8B8. Windows color (decimal): -225313 or 14651388. OLE color: 14651388.
HSL color Cylindrical-coordinate representation of color #FC8FDF: hue angle of 315.96º 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 #FC8FDF is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 223 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.01 |
| HSL | 315.96º | 0.95% | 0.77% | - |
| HSV(B) | 315.96º | 0.43% | 0.99% | - |
| XYZ | 63.29 | 45.67 | 75.29 | - |
| YUV | 184.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 223 | 0 | 0.43 | 0.12 | 0.01 | 315.96 | 0.95 | 0.77 |
| Hex | FC | 8F | DF | 0 | 2B | C | 1 | 13C | 5F | 4D |
| Octal | 374 | 217 | 337 | 0 | 53 | 14 | 1 | 474 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11011111 | 0 | 101011 | 1100 | 1 | 100111100 | 1011111 | 1001101 |
Color Harmonies of #FC8FDF
Complementary color
Monochromatic Colors of #FC8FDF
Black with #FC8FDF
Text Example
Text Example
White with #FC8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FDF; }
p { color: rgb(252,143,223); }
H1.HeaderClassName
{
color: #FC8FDF;
}
.AnyTagClassName
{
color: #FC8FDF;
}
</style>
background-color css
<style>
a { background-color: #FC8FDF; }
a { background-color: rgb(252,143,223); }
div.DivClassName
{
background-color: #FC8FDF;
}
.BgClassName
{
background-color: #FC8FDF;
}
</style>
border-color css
<style>
span { border-color: #FC8FDF; }
span { border-color: rgb(252,143,223); }
td.TdClassName
{
border-color: #FC8FDF;
}
.TagClassName
{
border-color: #FC8FDF;
}
</style>