Shades of Pale Magenta #FE7CDB
Tints of Pale Magenta #FE7CDB
RGB
CMYK
RGB Variations
Color information
#FE7CDB (or 0xFE7CDB) is known color: Pale Magenta. HEX triplet: FE, 7C and DB. RGB value is (254,124,219). Sum of RGB (Red+Green+Blue) = 254+124+219=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CDB is #018324. Grayscale: #ADADAD. Windows color (decimal): -99109 or 14384382. OLE color: 14384382.
HSL color Cylindrical-coordinate representation of color #FE7CDB: hue angle of 316.15º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CDB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 219 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.00 |
| HSL | 316.15º | 0.98% | 0.74% | - |
| HSV(B) | 316.15º | 0.51% | 1% | - |
| XYZ | 60.87 | 40.6 | 71.65 | - |
| YUV | 173.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 219 | 0 | 0.51 | 0.14 | 0.00 | 316.15 | 0.98 | 0.74 |
| Hex | FE | 7C | DB | 0 | 33 | E | 0 | 13C | 62 | 4A |
| Octal | 376 | 174 | 333 | 0 | 63 | 16 | 0 | 474 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11011011 | 0 | 110011 | 1110 | 0 | 100111100 | 1100010 | 1001010 |
Color Harmonies of #FE7CDB
Complementary color
Monochromatic Colors of #FE7CDB
Black with #FE7CDB
Text Example
Text Example
White with #FE7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CDB; }
p { color: rgb(254,124,219); }
H1.HeaderClassName
{
color: #FE7CDB;
}
.AnyTagClassName
{
color: #FE7CDB;
}
</style>
background-color css
<style>
a { background-color: #FE7CDB; }
a { background-color: rgb(254,124,219); }
div.DivClassName
{
background-color: #FE7CDB;
}
.BgClassName
{
background-color: #FE7CDB;
}
</style>
border-color css
<style>
span { border-color: #FE7CDB; }
span { border-color: rgb(254,124,219); }
td.TdClassName
{
border-color: #FE7CDB;
}
.TagClassName
{
border-color: #FE7CDB;
}
</style>