Shades of Pale Magenta #FE7BDD
Tints of Pale Magenta #FE7BDD
RGB
CMYK
RGB Variations
Color information
#FE7BDD (or 0xFE7BDD) is known color: Pale Magenta. HEX triplet: FE, 7B and DD. RGB value is (254,123,221). Sum of RGB (Red+Green+Blue) = 254+123+221=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BDD is #018422. Grayscale: #ADADAD. Windows color (decimal): -99363 or 14515198. OLE color: 14515198.
HSL color Cylindrical-coordinate representation of color #FE7BDD: hue angle of 315.11º 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 #FE7BDD is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 221 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.00 |
| HSL | 315.11º | 0.98% | 0.74% | - |
| HSV(B) | 315.11º | 0.52% | 1% | - |
| XYZ | 61.01 | 40.46 | 73 | - |
| YUV | 173.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 221 | 0 | 0.52 | 0.13 | 0.00 | 315.11 | 0.98 | 0.74 |
| Hex | FE | 7B | DD | 0 | 34 | D | 0 | 13B | 62 | 4A |
| Octal | 376 | 173 | 335 | 0 | 64 | 15 | 0 | 473 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11011101 | 0 | 110100 | 1101 | 0 | 100111011 | 1100010 | 1001010 |
Color Harmonies of #FE7BDD
Complementary color
Monochromatic Colors of #FE7BDD
Black with #FE7BDD
Text Example
Text Example
White with #FE7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BDD; }
p { color: rgb(254,123,221); }
H1.HeaderClassName
{
color: #FE7BDD;
}
.AnyTagClassName
{
color: #FE7BDD;
}
</style>
background-color css
<style>
a { background-color: #FE7BDD; }
a { background-color: rgb(254,123,221); }
div.DivClassName
{
background-color: #FE7BDD;
}
.BgClassName
{
background-color: #FE7BDD;
}
</style>
border-color css
<style>
span { border-color: #FE7BDD; }
span { border-color: rgb(254,123,221); }
td.TdClassName
{
border-color: #FE7BDD;
}
.TagClassName
{
border-color: #FE7BDD;
}
</style>