Shades of Pale Magenta #FC8CDA
Tints of Pale Magenta #FC8CDA
RGB
CMYK
RGB Variations
Color information
#FC8CDA (or 0xFC8CDA) is known color: Pale Magenta. HEX triplet: FC, 8C and DA. RGB value is (252,140,218). Sum of RGB (Red+Green+Blue) = 252+140+218=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CDA is #037325. Grayscale: #B6B6B6. Windows color (decimal): -226086 or 14322940. OLE color: 14322940.
HSL color Cylindrical-coordinate representation of color #FC8CDA: hue angle of 318.21º 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 #FC8CDA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 218 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.01 |
| HSL | 318.21º | 0.95% | 0.77% | - |
| HSV(B) | 318.21º | 0.44% | 0.99% | - |
| XYZ | 62.18 | 44.51 | 71.64 | - |
| YUV | 182.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 218 | 0 | 0.44 | 0.13 | 0.01 | 318.21 | 0.95 | 0.77 |
| Hex | FC | 8C | DA | 0 | 2C | D | 1 | 13E | 5F | 4D |
| Octal | 374 | 214 | 332 | 0 | 54 | 15 | 1 | 476 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11011010 | 0 | 101100 | 1101 | 1 | 100111110 | 1011111 | 1001101 |
Color Harmonies of #FC8CDA
Complementary color
Monochromatic Colors of #FC8CDA
Black with #FC8CDA
Text Example
Text Example
White with #FC8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CDA; }
p { color: rgb(252,140,218); }
H1.HeaderClassName
{
color: #FC8CDA;
}
.AnyTagClassName
{
color: #FC8CDA;
}
</style>
background-color css
<style>
a { background-color: #FC8CDA; }
a { background-color: rgb(252,140,218); }
div.DivClassName
{
background-color: #FC8CDA;
}
.BgClassName
{
background-color: #FC8CDA;
}
</style>
border-color css
<style>
span { border-color: #FC8CDA; }
span { border-color: rgb(252,140,218); }
td.TdClassName
{
border-color: #FC8CDA;
}
.TagClassName
{
border-color: #FC8CDA;
}
</style>