Shades of Pale Magenta #FD7EDB
Tints of Pale Magenta #FD7EDB
RGB
CMYK
RGB Variations
Color information
#FD7EDB (or 0xFD7EDB) is known color: Pale Magenta. HEX triplet: FD, 7E and DB. RGB value is (253,126,219). Sum of RGB (Red+Green+Blue) = 253+126+219=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7EDB is #028124. Grayscale: #AEAEAE. Windows color (decimal): -164133 or 14384893. OLE color: 14384893.
HSL color Cylindrical-coordinate representation of color #FD7EDB: hue angle of 316.06º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7EDB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 219 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.01 |
| HSL | 316.06º | 0.97% | 0.74% | - |
| HSV(B) | 316.06º | 0.5% | 0.99% | - |
| XYZ | 60.76 | 40.92 | 71.71 | - |
| YUV | 174.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 219 | 0 | 0.50 | 0.13 | 0.01 | 316.06 | 0.97 | 0.74 |
| Hex | FD | 7E | DB | 0 | 32 | D | 1 | 13C | 61 | 4A |
| Octal | 375 | 176 | 333 | 0 | 62 | 15 | 1 | 474 | 141 | 112 |
| Binary | 11111101 | 1111110 | 11011011 | 0 | 110010 | 1101 | 1 | 100111100 | 1100001 | 1001010 |
Color Harmonies of #FD7EDB
Complementary color
Monochromatic Colors of #FD7EDB
Black with #FD7EDB
Text Example
Text Example
White with #FD7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7EDB; }
p { color: rgb(253,126,219); }
H1.HeaderClassName
{
color: #FD7EDB;
}
.AnyTagClassName
{
color: #FD7EDB;
}
</style>
background-color css
<style>
a { background-color: #FD7EDB; }
a { background-color: rgb(253,126,219); }
div.DivClassName
{
background-color: #FD7EDB;
}
.BgClassName
{
background-color: #FD7EDB;
}
</style>
border-color css
<style>
span { border-color: #FD7EDB; }
span { border-color: rgb(253,126,219); }
td.TdClassName
{
border-color: #FD7EDB;
}
.TagClassName
{
border-color: #FD7EDB;
}
</style>