Shades of Pale Magenta #FC8BDF
Tints of Pale Magenta #FC8BDF
RGB
CMYK
RGB Variations
Color information
#FC8BDF (or 0xFC8BDF) is known color: Pale Magenta. HEX triplet: FC, 8B and DF. RGB value is (252,139,223). Sum of RGB (Red+Green+Blue) = 252+139+223=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BDF is #037420. Grayscale: #B6B6B6. Windows color (decimal): -226337 or 14650364. OLE color: 14650364.
HSL color Cylindrical-coordinate representation of color #FC8BDF: hue angle of 315.4º 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 #FC8BDF is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 223 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.01 |
| HSL | 315.4º | 0.95% | 0.77% | - |
| HSV(B) | 315.4º | 0.45% | 0.99% | - |
| XYZ | 62.7 | 44.49 | 75.09 | - |
| YUV | 182.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 223 | 0 | 0.45 | 0.12 | 0.01 | 315.4 | 0.95 | 0.77 |
| Hex | FC | 8B | DF | 0 | 2D | C | 1 | 13B | 5F | 4D |
| Octal | 374 | 213 | 337 | 0 | 55 | 14 | 1 | 473 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11011111 | 0 | 101101 | 1100 | 1 | 100111011 | 1011111 | 1001101 |
Color Harmonies of #FC8BDF
Complementary color
Monochromatic Colors of #FC8BDF
Black with #FC8BDF
Text Example
Text Example
White with #FC8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BDF; }
p { color: rgb(252,139,223); }
H1.HeaderClassName
{
color: #FC8BDF;
}
.AnyTagClassName
{
color: #FC8BDF;
}
</style>
background-color css
<style>
a { background-color: #FC8BDF; }
a { background-color: rgb(252,139,223); }
div.DivClassName
{
background-color: #FC8BDF;
}
.BgClassName
{
background-color: #FC8BDF;
}
</style>
border-color css
<style>
span { border-color: #FC8BDF; }
span { border-color: rgb(252,139,223); }
td.TdClassName
{
border-color: #FC8BDF;
}
.TagClassName
{
border-color: #FC8BDF;
}
</style>