Shades of Pale Magenta #FD8FDC
Tints of Pale Magenta #FD8FDC
RGB
CMYK
RGB Variations
Color information
#FD8FDC (or 0xFD8FDC) is known color: Pale Magenta. HEX triplet: FD, 8F and DC. RGB value is (253,143,220). Sum of RGB (Red+Green+Blue) = 253+143+220=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FDC is #027023. Grayscale: #B8B8B8. Windows color (decimal): -159780 or 14454781. OLE color: 14454781.
HSL color Cylindrical-coordinate representation of color #FD8FDC: hue angle of 318º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8FDC is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 220 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.01 |
| HSL | 318º | 0.96% | 0.78% | - |
| HSV(B) | 318º | 0.43% | 0.99% | - |
| XYZ | 63.25 | 45.69 | 73.2 | - |
| YUV | 184.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 220 | 0 | 0.43 | 0.13 | 0.01 | 318 | 0.96 | 0.78 |
| Hex | FD | 8F | DC | 0 | 2B | D | 1 | 13E | 60 | 4E |
| Octal | 375 | 217 | 334 | 0 | 53 | 15 | 1 | 476 | 140 | 116 |
| Binary | 11111101 | 10001111 | 11011100 | 0 | 101011 | 1101 | 1 | 100111110 | 1100000 | 1001110 |
Color Harmonies of #FD8FDC
Complementary color
Monochromatic Colors of #FD8FDC
Black with #FD8FDC
Text Example
Text Example
White with #FD8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8FDC; }
p { color: rgb(253,143,220); }
H1.HeaderClassName
{
color: #FD8FDC;
}
.AnyTagClassName
{
color: #FD8FDC;
}
</style>
background-color css
<style>
a { background-color: #FD8FDC; }
a { background-color: rgb(253,143,220); }
div.DivClassName
{
background-color: #FD8FDC;
}
.BgClassName
{
background-color: #FD8FDC;
}
</style>
border-color css
<style>
span { border-color: #FD8FDC; }
span { border-color: rgb(253,143,220); }
td.TdClassName
{
border-color: #FD8FDC;
}
.TagClassName
{
border-color: #FD8FDC;
}
</style>