Shades of Pale Magenta #FC8BDE
Tints of Pale Magenta #FC8BDE
RGB
CMYK
RGB Variations
Color information
#FC8BDE (or 0xFC8BDE) is known color: Pale Magenta. HEX triplet: FC, 8B and DE. RGB value is (252,139,222). Sum of RGB (Red+Green+Blue) = 252+139+222=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BDE is #037421. Grayscale: #B6B6B6. Windows color (decimal): -226338 or 14584828. OLE color: 14584828.
HSL color Cylindrical-coordinate representation of color #FC8BDE: hue angle of 315.93º 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 #FC8BDE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 222 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.01 |
| HSL | 315.93º | 0.95% | 0.77% | - |
| HSV(B) | 315.93º | 0.45% | 0.99% | - |
| XYZ | 62.56 | 44.43 | 74.39 | - |
| YUV | 182.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 222 | 0 | 0.45 | 0.12 | 0.01 | 315.93 | 0.95 | 0.77 |
| Hex | FC | 8B | DE | 0 | 2D | C | 1 | 13C | 5F | 4D |
| Octal | 374 | 213 | 336 | 0 | 55 | 14 | 1 | 474 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11011110 | 0 | 101101 | 1100 | 1 | 100111100 | 1011111 | 1001101 |
Color Harmonies of #FC8BDE
Complementary color
Monochromatic Colors of #FC8BDE
Black with #FC8BDE
Text Example
Text Example
White with #FC8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BDE; }
p { color: rgb(252,139,222); }
H1.HeaderClassName
{
color: #FC8BDE;
}
.AnyTagClassName
{
color: #FC8BDE;
}
</style>
background-color css
<style>
a { background-color: #FC8BDE; }
a { background-color: rgb(252,139,222); }
div.DivClassName
{
background-color: #FC8BDE;
}
.BgClassName
{
background-color: #FC8BDE;
}
</style>
border-color css
<style>
span { border-color: #FC8BDE; }
span { border-color: rgb(252,139,222); }
td.TdClassName
{
border-color: #FC8BDE;
}
.TagClassName
{
border-color: #FC8BDE;
}
</style>