Shades of Pale Magenta #FD8BDB
Tints of Pale Magenta #FD8BDB
RGB
CMYK
RGB Variations
Color information
#FD8BDB (or 0xFD8BDB) is known color: Pale Magenta. HEX triplet: FD, 8B and DB. RGB value is (253,139,219). Sum of RGB (Red+Green+Blue) = 253+139+219=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8BDB is #027424. Grayscale: #B5B5B5. Windows color (decimal): -160805 or 14388221. OLE color: 14388221.
HSL color Cylindrical-coordinate representation of color #FD8BDB: hue angle of 317.89º 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 #FD8BDB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 219 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.01 |
| HSL | 317.89º | 0.97% | 0.77% | - |
| HSV(B) | 317.89º | 0.45% | 0.99% | - |
| XYZ | 62.53 | 44.46 | 72.3 | - |
| YUV | 182.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 219 | 0 | 0.45 | 0.13 | 0.01 | 317.89 | 0.97 | 0.77 |
| Hex | FD | 8B | DB | 0 | 2D | D | 1 | 13E | 61 | 4D |
| Octal | 375 | 213 | 333 | 0 | 55 | 15 | 1 | 476 | 141 | 115 |
| Binary | 11111101 | 10001011 | 11011011 | 0 | 101101 | 1101 | 1 | 100111110 | 1100001 | 1001101 |
Color Harmonies of #FD8BDB
Complementary color
Monochromatic Colors of #FD8BDB
Black with #FD8BDB
Text Example
Text Example
White with #FD8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8BDB; }
p { color: rgb(253,139,219); }
H1.HeaderClassName
{
color: #FD8BDB;
}
.AnyTagClassName
{
color: #FD8BDB;
}
</style>
background-color css
<style>
a { background-color: #FD8BDB; }
a { background-color: rgb(253,139,219); }
div.DivClassName
{
background-color: #FD8BDB;
}
.BgClassName
{
background-color: #FD8BDB;
}
</style>
border-color css
<style>
span { border-color: #FD8BDB; }
span { border-color: rgb(253,139,219); }
td.TdClassName
{
border-color: #FD8BDB;
}
.TagClassName
{
border-color: #FD8BDB;
}
</style>