Shades of Pale Magenta #FE7DDD
Tints of Pale Magenta #FE7DDD
RGB
CMYK
RGB Variations
Color information
#FE7DDD (or 0xFE7DDD) is known color: Pale Magenta. HEX triplet: FE, 7D and DD. RGB value is (254,125,221). Sum of RGB (Red+Green+Blue) = 254+125+221=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDD is #018222. Grayscale: #AEAEAE. Windows color (decimal): -98851 or 14515710. OLE color: 14515710.
HSL color Cylindrical-coordinate representation of color #FE7DDD: hue angle of 315.35º 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 #FE7DDD is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 221 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.00 |
| HSL | 315.35º | 0.98% | 0.74% | - |
| HSV(B) | 315.35º | 0.51% | 1% | - |
| XYZ | 61.26 | 40.96 | 73.08 | - |
| YUV | 174.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 221 | 0 | 0.51 | 0.13 | 0.00 | 315.35 | 0.98 | 0.74 |
| Hex | FE | 7D | DD | 0 | 33 | D | 0 | 13B | 62 | 4A |
| Octal | 376 | 175 | 335 | 0 | 63 | 15 | 0 | 473 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11011101 | 0 | 110011 | 1101 | 0 | 100111011 | 1100010 | 1001010 |
Color Harmonies of #FE7DDD
Complementary color
Monochromatic Colors of #FE7DDD
Black with #FE7DDD
Text Example
Text Example
White with #FE7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DDD; }
p { color: rgb(254,125,221); }
H1.HeaderClassName
{
color: #FE7DDD;
}
.AnyTagClassName
{
color: #FE7DDD;
}
</style>
background-color css
<style>
a { background-color: #FE7DDD; }
a { background-color: rgb(254,125,221); }
div.DivClassName
{
background-color: #FE7DDD;
}
.BgClassName
{
background-color: #FE7DDD;
}
</style>
border-color css
<style>
span { border-color: #FE7DDD; }
span { border-color: rgb(254,125,221); }
td.TdClassName
{
border-color: #FE7DDD;
}
.TagClassName
{
border-color: #FE7DDD;
}
</style>