Shades of Pale Magenta #FD8CDD
Tints of Pale Magenta #FD8CDD
RGB
CMYK
RGB Variations
Color information
#FD8CDD (or 0xFD8CDD) is known color: Pale Magenta. HEX triplet: FD, 8C and DD. RGB value is (253,140,221). Sum of RGB (Red+Green+Blue) = 253+140+221=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CDD is #027322. Grayscale: #B6B6B6. Windows color (decimal): -160547 or 14519549. OLE color: 14519549.
HSL color Cylindrical-coordinate representation of color #FD8CDD: hue angle of 316.99º 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 #FD8CDD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 221 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.01 |
| HSL | 316.99º | 0.97% | 0.77% | - |
| HSV(B) | 316.99º | 0.45% | 0.99% | - |
| XYZ | 62.94 | 44.86 | 73.75 | - |
| YUV | 183.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 221 | 0 | 0.45 | 0.13 | 0.01 | 316.99 | 0.97 | 0.77 |
| Hex | FD | 8C | DD | 0 | 2D | D | 1 | 13D | 61 | 4D |
| Octal | 375 | 214 | 335 | 0 | 55 | 15 | 1 | 475 | 141 | 115 |
| Binary | 11111101 | 10001100 | 11011101 | 0 | 101101 | 1101 | 1 | 100111101 | 1100001 | 1001101 |
Color Harmonies of #FD8CDD
Complementary color
Monochromatic Colors of #FD8CDD
Black with #FD8CDD
Text Example
Text Example
White with #FD8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CDD; }
p { color: rgb(253,140,221); }
H1.HeaderClassName
{
color: #FD8CDD;
}
.AnyTagClassName
{
color: #FD8CDD;
}
</style>
background-color css
<style>
a { background-color: #FD8CDD; }
a { background-color: rgb(253,140,221); }
div.DivClassName
{
background-color: #FD8CDD;
}
.BgClassName
{
background-color: #FD8CDD;
}
</style>
border-color css
<style>
span { border-color: #FD8CDD; }
span { border-color: rgb(253,140,221); }
td.TdClassName
{
border-color: #FD8CDD;
}
.TagClassName
{
border-color: #FD8CDD;
}
</style>