Shades of Pale Magenta #FD8BDA
Tints of Pale Magenta #FD8BDA
RGB
CMYK
RGB Variations
Color information
#FD8BDA (or 0xFD8BDA) is known color: Pale Magenta. HEX triplet: FD, 8B and DA. RGB value is (253,139,218). Sum of RGB (Red+Green+Blue) = 253+139+218=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8BDA is #027425. Grayscale: #B5B5B5. Windows color (decimal): -160806 or 14322685. OLE color: 14322685.
HSL color Cylindrical-coordinate representation of color #FD8BDA: hue angle of 318.42º 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 #FD8BDA is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 218 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.01 |
| HSL | 318.42º | 0.97% | 0.77% | - |
| HSV(B) | 318.42º | 0.45% | 0.99% | - |
| XYZ | 62.4 | 44.41 | 71.61 | - |
| YUV | 182.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 218 | 0 | 0.45 | 0.14 | 0.01 | 318.42 | 0.97 | 0.77 |
| Hex | FD | 8B | DA | 0 | 2D | E | 1 | 13E | 61 | 4D |
| Octal | 375 | 213 | 332 | 0 | 55 | 16 | 1 | 476 | 141 | 115 |
| Binary | 11111101 | 10001011 | 11011010 | 0 | 101101 | 1110 | 1 | 100111110 | 1100001 | 1001101 |
Color Harmonies of #FD8BDA
Complementary color
Monochromatic Colors of #FD8BDA
Black with #FD8BDA
Text Example
Text Example
White with #FD8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8BDA; }
p { color: rgb(253,139,218); }
H1.HeaderClassName
{
color: #FD8BDA;
}
.AnyTagClassName
{
color: #FD8BDA;
}
</style>
background-color css
<style>
a { background-color: #FD8BDA; }
a { background-color: rgb(253,139,218); }
div.DivClassName
{
background-color: #FD8BDA;
}
.BgClassName
{
background-color: #FD8BDA;
}
</style>
border-color css
<style>
span { border-color: #FD8BDA; }
span { border-color: rgb(253,139,218); }
td.TdClassName
{
border-color: #FD8BDA;
}
.TagClassName
{
border-color: #FD8BDA;
}
</style>