Shades of Pale Magenta #FD7ADC
Tints of Pale Magenta #FD7ADC
RGB
CMYK
RGB Variations
Color information
#FD7ADC (or 0xFD7ADC) is known color: Pale Magenta. HEX triplet: FD, 7A and DC. RGB value is (253,122,220). Sum of RGB (Red+Green+Blue) = 253+122+220=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ADC is #028523. Grayscale: #ACACAC. Windows color (decimal): -165156 or 14449405. OLE color: 14449405.
HSL color Cylindrical-coordinate representation of color #FD7ADC: hue angle of 315.11º 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 #FD7ADC is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 122 | 220 | - |
CMYK | 0 | 0.52 | 0.13 | 0.01 |
HSL | 315.11º | 0.97% | 0.74% | - |
HSV(B) | 315.11º | 0.52% | 0.99% | - |
XYZ | 60.39 | 39.97 | 72.24 | - |
YUV | 172.34 | 154.9 | 185.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 122 | 220 | 0 | 0.52 | 0.13 | 0.01 | 315.11 | 0.97 | 0.74 |
Hex | FD | 7A | DC | 0 | 34 | D | 1 | 13B | 61 | 4A |
Octal | 375 | 172 | 334 | 0 | 64 | 15 | 1 | 473 | 141 | 112 |
Binary | 11111101 | 1111010 | 11011100 | 0 | 110100 | 1101 | 1 | 100111011 | 1100001 | 1001010 |
Color Harmonies of #FD7ADC
Complementary color
Monochromatic Colors of #FD7ADC
Black with #FD7ADC
Text Example
Text Example
White with #FD7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7ADC; }
p { color: rgb(253,122,220); }
H1.HeaderClassName
{
color: #FD7ADC;
}
.AnyTagClassName
{
color: #FD7ADC;
}
</style>
background-color css
<style>
a { background-color: #FD7ADC; }
a { background-color: rgb(253,122,220); }
div.DivClassName
{
background-color: #FD7ADC;
}
.BgClassName
{
background-color: #FD7ADC;
}
</style>
border-color css
<style>
span { border-color: #FD7ADC; }
span { border-color: rgb(253,122,220); }
td.TdClassName
{
border-color: #FD7ADC;
}
.TagClassName
{
border-color: #FD7ADC;
}
</style>