Shades of Pale Magenta #FD7ADB
Tints of Pale Magenta #FD7ADB
RGB
CMYK
RGB Variations
Color information
#FD7ADB (or 0xFD7ADB) is known color: Pale Magenta. HEX triplet: FD, 7A and DB. RGB value is (253,122,219). Sum of RGB (Red+Green+Blue) = 253+122+219=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ADB is #028524. Grayscale: #ABABAB. Windows color (decimal): -165157 or 14383869. OLE color: 14383869.
HSL color Cylindrical-coordinate representation of color #FD7ADB: hue angle of 315.57º 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 #FD7ADB is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 122 | 219 | - |
CMYK | 0 | 0.52 | 0.13 | 0.01 |
HSL | 315.57º | 0.97% | 0.74% | - |
HSV(B) | 315.57º | 0.52% | 0.99% | - |
XYZ | 60.25 | 39.92 | 71.55 | - |
YUV | 172.23 | 154.4 | 185.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 122 | 219 | 0 | 0.52 | 0.13 | 0.01 | 315.57 | 0.97 | 0.74 |
Hex | FD | 7A | DB | 0 | 34 | D | 1 | 13C | 61 | 4A |
Octal | 375 | 172 | 333 | 0 | 64 | 15 | 1 | 474 | 141 | 112 |
Binary | 11111101 | 1111010 | 11011011 | 0 | 110100 | 1101 | 1 | 100111100 | 1100001 | 1001010 |
Color Harmonies of #FD7ADB
Complementary color
Monochromatic Colors of #FD7ADB
Black with #FD7ADB
Text Example
Text Example
White with #FD7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7ADB; }
p { color: rgb(253,122,219); }
H1.HeaderClassName
{
color: #FD7ADB;
}
.AnyTagClassName
{
color: #FD7ADB;
}
</style>
background-color css
<style>
a { background-color: #FD7ADB; }
a { background-color: rgb(253,122,219); }
div.DivClassName
{
background-color: #FD7ADB;
}
.BgClassName
{
background-color: #FD7ADB;
}
</style>
border-color css
<style>
span { border-color: #FD7ADB; }
span { border-color: rgb(253,122,219); }
td.TdClassName
{
border-color: #FD7ADB;
}
.TagClassName
{
border-color: #FD7ADB;
}
</style>