Shades of Pale Magenta #FC8FDE
Tints of Pale Magenta #FC8FDE
RGB
CMYK
RGB Variations
Color information
#FC8FDE (or 0xFC8FDE) is known color: Pale Magenta. HEX triplet: FC, 8F and DE. RGB value is (252,143,222). Sum of RGB (Red+Green+Blue) = 252+143+222=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FDE is #037021. Grayscale: #B8B8B8. Windows color (decimal): -225314 or 14585852. OLE color: 14585852.
HSL color Cylindrical-coordinate representation of color #FC8FDE: hue angle of 316.51º 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 #FC8FDE is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 222 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.01 |
| HSL | 316.51º | 0.95% | 0.77% | - |
| HSV(B) | 316.51º | 0.43% | 0.99% | - |
| XYZ | 63.15 | 45.61 | 74.58 | - |
| YUV | 184.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 222 | 0 | 0.43 | 0.12 | 0.01 | 316.51 | 0.95 | 0.77 |
| Hex | FC | 8F | DE | 0 | 2B | C | 1 | 13D | 5F | 4D |
| Octal | 374 | 217 | 336 | 0 | 53 | 14 | 1 | 475 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11011110 | 0 | 101011 | 1100 | 1 | 100111101 | 1011111 | 1001101 |
Color Harmonies of #FC8FDE
Complementary color
Monochromatic Colors of #FC8FDE
Black with #FC8FDE
Text Example
Text Example
White with #FC8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FDE; }
p { color: rgb(252,143,222); }
H1.HeaderClassName
{
color: #FC8FDE;
}
.AnyTagClassName
{
color: #FC8FDE;
}
</style>
background-color css
<style>
a { background-color: #FC8FDE; }
a { background-color: rgb(252,143,222); }
div.DivClassName
{
background-color: #FC8FDE;
}
.BgClassName
{
background-color: #FC8FDE;
}
</style>
border-color css
<style>
span { border-color: #FC8FDE; }
span { border-color: rgb(252,143,222); }
td.TdClassName
{
border-color: #FC8FDE;
}
.TagClassName
{
border-color: #FC8FDE;
}
</style>