Shades of Pale Magenta #FE7BDB
Tints of Pale Magenta #FE7BDB
RGB
CMYK
RGB Variations
Color information
#FE7BDB (or 0xFE7BDB) is known color: Pale Magenta. HEX triplet: FE, 7B and DB. RGB value is (254,123,219). Sum of RGB (Red+Green+Blue) = 254+123+219=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BDB is #018424. Grayscale: #ACACAC. Windows color (decimal): -99365 or 14384126. OLE color: 14384126.
HSL color Cylindrical-coordinate representation of color #FE7BDB: hue angle of 316.03º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BDB is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 219 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.00 |
| HSL | 316.03º | 0.98% | 0.74% | - |
| HSV(B) | 316.03º | 0.52% | 1% | - |
| XYZ | 60.74 | 40.35 | 71.6 | - |
| YUV | 173.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 219 | 0 | 0.52 | 0.14 | 0.00 | 316.03 | 0.98 | 0.74 |
| Hex | FE | 7B | DB | 0 | 34 | E | 0 | 13C | 62 | 4A |
| Octal | 376 | 173 | 333 | 0 | 64 | 16 | 0 | 474 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11011011 | 0 | 110100 | 1110 | 0 | 100111100 | 1100010 | 1001010 |
Color Harmonies of #FE7BDB
Complementary color
Monochromatic Colors of #FE7BDB
Black with #FE7BDB
Text Example
Text Example
White with #FE7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BDB; }
p { color: rgb(254,123,219); }
H1.HeaderClassName
{
color: #FE7BDB;
}
.AnyTagClassName
{
color: #FE7BDB;
}
</style>
background-color css
<style>
a { background-color: #FE7BDB; }
a { background-color: rgb(254,123,219); }
div.DivClassName
{
background-color: #FE7BDB;
}
.BgClassName
{
background-color: #FE7BDB;
}
</style>
border-color css
<style>
span { border-color: #FE7BDB; }
span { border-color: rgb(254,123,219); }
td.TdClassName
{
border-color: #FE7BDB;
}
.TagClassName
{
border-color: #FE7BDB;
}
</style>