Shades of Pale Magenta #FD8ADD
Tints of Pale Magenta #FD8ADD
RGB
CMYK
RGB Variations
Color information
#FD8ADD (or 0xFD8ADD) is known color: Pale Magenta. HEX triplet: FD, 8A and DD. RGB value is (253,138,221). Sum of RGB (Red+Green+Blue) = 253+138+221=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ADD is #027522. Grayscale: #B5B5B5. Windows color (decimal): -161059 or 14519037. OLE color: 14519037.
HSL color Cylindrical-coordinate representation of color #FD8ADD: hue angle of 316.7º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8ADD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 221 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.01 |
| HSL | 316.7º | 0.97% | 0.77% | - |
| HSV(B) | 316.7º | 0.45% | 0.99% | - |
| XYZ | 62.65 | 44.28 | 73.65 | - |
| YUV | 181.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 221 | 0 | 0.45 | 0.13 | 0.01 | 316.7 | 0.97 | 0.77 |
| Hex | FD | 8A | DD | 0 | 2D | D | 1 | 13D | 61 | 4D |
| Octal | 375 | 212 | 335 | 0 | 55 | 15 | 1 | 475 | 141 | 115 |
| Binary | 11111101 | 10001010 | 11011101 | 0 | 101101 | 1101 | 1 | 100111101 | 1100001 | 1001101 |
Color Harmonies of #FD8ADD
Complementary color
Monochromatic Colors of #FD8ADD
Black with #FD8ADD
Text Example
Text Example
White with #FD8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8ADD; }
p { color: rgb(253,138,221); }
H1.HeaderClassName
{
color: #FD8ADD;
}
.AnyTagClassName
{
color: #FD8ADD;
}
</style>
background-color css
<style>
a { background-color: #FD8ADD; }
a { background-color: rgb(253,138,221); }
div.DivClassName
{
background-color: #FD8ADD;
}
.BgClassName
{
background-color: #FD8ADD;
}
</style>
border-color css
<style>
span { border-color: #FD8ADD; }
span { border-color: rgb(253,138,221); }
td.TdClassName
{
border-color: #FD8ADD;
}
.TagClassName
{
border-color: #FD8ADD;
}
</style>