Shades of Pale Magenta #FD7ADD
Tints of Pale Magenta #FD7ADD
RGB
CMYK
RGB Variations
Color information
#FD7ADD (or 0xFD7ADD) is known color: Pale Magenta. HEX triplet: FD, 7A and DD. RGB value is (253,122,221). Sum of RGB (Red+Green+Blue) = 253+122+221=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ADD is #028522. Grayscale: #ACACAC. Windows color (decimal): -165155 or 14514941. OLE color: 14514941.
HSL color Cylindrical-coordinate representation of color #FD7ADD: hue angle of 314.66º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7ADD is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 221 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.01 |
| HSL | 314.66º | 0.97% | 0.74% | - |
| HSV(B) | 314.66º | 0.52% | 0.99% | - |
| XYZ | 60.52 | 40.02 | 72.94 | - |
| YUV | 172.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 221 | 0 | 0.52 | 0.13 | 0.01 | 314.66 | 0.97 | 0.74 |
| Hex | FD | 7A | DD | 0 | 34 | D | 1 | 13B | 61 | 4A |
| Octal | 375 | 172 | 335 | 0 | 64 | 15 | 1 | 473 | 141 | 112 |
| Binary | 11111101 | 1111010 | 11011101 | 0 | 110100 | 1101 | 1 | 100111011 | 1100001 | 1001010 |
Color Harmonies of #FD7ADD
Complementary color
Monochromatic Colors of #FD7ADD
Black with #FD7ADD
Text Example
Text Example
White with #FD7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7ADD; }
p { color: rgb(253,122,221); }
H1.HeaderClassName
{
color: #FD7ADD;
}
.AnyTagClassName
{
color: #FD7ADD;
}
</style>
background-color css
<style>
a { background-color: #FD7ADD; }
a { background-color: rgb(253,122,221); }
div.DivClassName
{
background-color: #FD7ADD;
}
.BgClassName
{
background-color: #FD7ADD;
}
</style>
border-color css
<style>
span { border-color: #FD7ADD; }
span { border-color: rgb(253,122,221); }
td.TdClassName
{
border-color: #FD7ADD;
}
.TagClassName
{
border-color: #FD7ADD;
}
</style>