Shades of Pale Magenta #FD7BDC
Tints of Pale Magenta #FD7BDC
RGB
CMYK
RGB Variations
Color information
#FD7BDC (or 0xFD7BDC) is known color: Pale Magenta. HEX triplet: FD, 7B and DC. RGB value is (253,123,220). Sum of RGB (Red+Green+Blue) = 253+123+220=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7BDC is #028423. Grayscale: #ACACAC. Windows color (decimal): -164900 or 14449661. OLE color: 14449661.
HSL color Cylindrical-coordinate representation of color #FD7BDC: hue angle of 315.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7BDC is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 220 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.01 |
| HSL | 315.23º | 0.97% | 0.74% | - |
| HSV(B) | 315.23º | 0.51% | 0.99% | - |
| XYZ | 60.51 | 40.22 | 72.28 | - |
| YUV | 172.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 220 | 0 | 0.51 | 0.13 | 0.01 | 315.23 | 0.97 | 0.74 |
| Hex | FD | 7B | DC | 0 | 33 | D | 1 | 13B | 61 | 4A |
| Octal | 375 | 173 | 334 | 0 | 63 | 15 | 1 | 473 | 141 | 112 |
| Binary | 11111101 | 1111011 | 11011100 | 0 | 110011 | 1101 | 1 | 100111011 | 1100001 | 1001010 |
Color Harmonies of #FD7BDC
Complementary color
Monochromatic Colors of #FD7BDC
Black with #FD7BDC
Text Example
Text Example
White with #FD7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7BDC; }
p { color: rgb(253,123,220); }
H1.HeaderClassName
{
color: #FD7BDC;
}
.AnyTagClassName
{
color: #FD7BDC;
}
</style>
background-color css
<style>
a { background-color: #FD7BDC; }
a { background-color: rgb(253,123,220); }
div.DivClassName
{
background-color: #FD7BDC;
}
.BgClassName
{
background-color: #FD7BDC;
}
</style>
border-color css
<style>
span { border-color: #FD7BDC; }
span { border-color: rgb(253,123,220); }
td.TdClassName
{
border-color: #FD7BDC;
}
.TagClassName
{
border-color: #FD7BDC;
}
</style>