Shades of Pale Magenta #FC8CDE
Tints of Pale Magenta #FC8CDE
RGB
CMYK
RGB Variations
Color information
#FC8CDE (or 0xFC8CDE) is known color: Pale Magenta. HEX triplet: FC, 8C and DE. RGB value is (252,140,222). Sum of RGB (Red+Green+Blue) = 252+140+222=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CDE is #037321. Grayscale: #B6B6B6. Windows color (decimal): -226082 or 14585084. OLE color: 14585084.
HSL color Cylindrical-coordinate representation of color #FC8CDE: hue angle of 316.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CDE is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 222 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.01 |
| HSL | 316.07º | 0.95% | 0.77% | - |
| HSV(B) | 316.07º | 0.44% | 0.99% | - |
| XYZ | 62.71 | 44.73 | 74.44 | - |
| YUV | 182.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 222 | 0 | 0.44 | 0.12 | 0.01 | 316.07 | 0.95 | 0.77 |
| Hex | FC | 8C | DE | 0 | 2C | C | 1 | 13C | 5F | 4D |
| Octal | 374 | 214 | 336 | 0 | 54 | 14 | 1 | 474 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11011110 | 0 | 101100 | 1100 | 1 | 100111100 | 1011111 | 1001101 |
Color Harmonies of #FC8CDE
Complementary color
Monochromatic Colors of #FC8CDE
Black with #FC8CDE
Text Example
Text Example
White with #FC8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CDE; }
p { color: rgb(252,140,222); }
H1.HeaderClassName
{
color: #FC8CDE;
}
.AnyTagClassName
{
color: #FC8CDE;
}
</style>
background-color css
<style>
a { background-color: #FC8CDE; }
a { background-color: rgb(252,140,222); }
div.DivClassName
{
background-color: #FC8CDE;
}
.BgClassName
{
background-color: #FC8CDE;
}
</style>
border-color css
<style>
span { border-color: #FC8CDE; }
span { border-color: rgb(252,140,222); }
td.TdClassName
{
border-color: #FC8CDE;
}
.TagClassName
{
border-color: #FC8CDE;
}
</style>