Shades of Pale Magenta #FD8ADB
Tints of Pale Magenta #FD8ADB
RGB
CMYK
RGB Variations
Color information
#FD8ADB (or 0xFD8ADB) is known color: Pale Magenta. HEX triplet: FD, 8A and DB. RGB value is (253,138,219). Sum of RGB (Red+Green+Blue) = 253+138+219=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ADB is #027524. Grayscale: #B5B5B5. Windows color (decimal): -161061 or 14387965. OLE color: 14387965.
HSL color Cylindrical-coordinate representation of color #FD8ADB: hue angle of 317.74º 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 #FD8ADB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 219 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.01 |
| HSL | 317.74º | 0.97% | 0.77% | - |
| HSV(B) | 317.74º | 0.45% | 0.99% | - |
| XYZ | 62.38 | 44.17 | 72.26 | - |
| YUV | 181.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 219 | 0 | 0.45 | 0.13 | 0.01 | 317.74 | 0.97 | 0.77 |
| Hex | FD | 8A | DB | 0 | 2D | D | 1 | 13E | 61 | 4D |
| Octal | 375 | 212 | 333 | 0 | 55 | 15 | 1 | 476 | 141 | 115 |
| Binary | 11111101 | 10001010 | 11011011 | 0 | 101101 | 1101 | 1 | 100111110 | 1100001 | 1001101 |
Color Harmonies of #FD8ADB
Complementary color
Monochromatic Colors of #FD8ADB
Black with #FD8ADB
Text Example
Text Example
White with #FD8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8ADB; }
p { color: rgb(253,138,219); }
H1.HeaderClassName
{
color: #FD8ADB;
}
.AnyTagClassName
{
color: #FD8ADB;
}
</style>
background-color css
<style>
a { background-color: #FD8ADB; }
a { background-color: rgb(253,138,219); }
div.DivClassName
{
background-color: #FD8ADB;
}
.BgClassName
{
background-color: #FD8ADB;
}
</style>
border-color css
<style>
span { border-color: #FD8ADB; }
span { border-color: rgb(253,138,219); }
td.TdClassName
{
border-color: #FD8ADB;
}
.TagClassName
{
border-color: #FD8ADB;
}
</style>