Shades of Pale Magenta #FC8DDE
Tints of Pale Magenta #FC8DDE
RGB
CMYK
RGB Variations
Color information
#FC8DDE (or 0xFC8DDE) is known color: Pale Magenta. HEX triplet: FC, 8D and DE. RGB value is (252,141,222). Sum of RGB (Red+Green+Blue) = 252+141+222=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DDE is #037221. Grayscale: #B7B7B7. Windows color (decimal): -225826 or 14585340. OLE color: 14585340.
HSL color Cylindrical-coordinate representation of color #FC8DDE: hue angle of 316.22º 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 #FC8DDE is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 222 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.01 |
| HSL | 316.22º | 0.95% | 0.77% | - |
| HSV(B) | 316.22º | 0.44% | 0.99% | - |
| XYZ | 62.85 | 45.02 | 74.48 | - |
| YUV | 183.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 222 | 0 | 0.44 | 0.12 | 0.01 | 316.22 | 0.95 | 0.77 |
| Hex | FC | 8D | DE | 0 | 2C | C | 1 | 13C | 5F | 4D |
| Octal | 374 | 215 | 336 | 0 | 54 | 14 | 1 | 474 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11011110 | 0 | 101100 | 1100 | 1 | 100111100 | 1011111 | 1001101 |
Color Harmonies of #FC8DDE
Complementary color
Monochromatic Colors of #FC8DDE
Black with #FC8DDE
Text Example
Text Example
White with #FC8DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DDE; }
p { color: rgb(252,141,222); }
H1.HeaderClassName
{
color: #FC8DDE;
}
.AnyTagClassName
{
color: #FC8DDE;
}
</style>
background-color css
<style>
a { background-color: #FC8DDE; }
a { background-color: rgb(252,141,222); }
div.DivClassName
{
background-color: #FC8DDE;
}
.BgClassName
{
background-color: #FC8DDE;
}
</style>
border-color css
<style>
span { border-color: #FC8DDE; }
span { border-color: rgb(252,141,222); }
td.TdClassName
{
border-color: #FC8DDE;
}
.TagClassName
{
border-color: #FC8DDE;
}
</style>