Shades of Pale Magenta #FD8DDC
Tints of Pale Magenta #FD8DDC
RGB
CMYK
RGB Variations
Color information
#FD8DDC (or 0xFD8DDC) is known color: Pale Magenta. HEX triplet: FD, 8D and DC. RGB value is (253,141,220). Sum of RGB (Red+Green+Blue) = 253+141+220=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DDC is #027223. Grayscale: #B7B7B7. Windows color (decimal): -160292 or 14454269. OLE color: 14454269.
HSL color Cylindrical-coordinate representation of color #FD8DDC: hue angle of 317.68º degrees, saturation: 0.97, 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 #FD8DDC is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 220 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.01 |
| HSL | 317.68º | 0.97% | 0.77% | - |
| HSV(B) | 317.68º | 0.44% | 0.99% | - |
| XYZ | 62.95 | 45.1 | 73.1 | - |
| YUV | 183.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 220 | 0 | 0.44 | 0.13 | 0.01 | 317.68 | 0.97 | 0.77 |
| Hex | FD | 8D | DC | 0 | 2C | D | 1 | 13E | 61 | 4D |
| Octal | 375 | 215 | 334 | 0 | 54 | 15 | 1 | 476 | 141 | 115 |
| Binary | 11111101 | 10001101 | 11011100 | 0 | 101100 | 1101 | 1 | 100111110 | 1100001 | 1001101 |
Color Harmonies of #FD8DDC
Complementary color
Monochromatic Colors of #FD8DDC
Black with #FD8DDC
Text Example
Text Example
White with #FD8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DDC; }
p { color: rgb(253,141,220); }
H1.HeaderClassName
{
color: #FD8DDC;
}
.AnyTagClassName
{
color: #FD8DDC;
}
</style>
background-color css
<style>
a { background-color: #FD8DDC; }
a { background-color: rgb(253,141,220); }
div.DivClassName
{
background-color: #FD8DDC;
}
.BgClassName
{
background-color: #FD8DDC;
}
</style>
border-color css
<style>
span { border-color: #FD8DDC; }
span { border-color: rgb(253,141,220); }
td.TdClassName
{
border-color: #FD8DDC;
}
.TagClassName
{
border-color: #FD8DDC;
}
</style>