Shades of Pale Magenta #FE7DED
Tints of Pale Magenta #FE7DED
RGB
CMYK
RGB Variations
Color information
#FE7DED (or 0xFE7DED) is known color: Pale Magenta. HEX triplet: FE, 7D and ED. RGB value is (254,125,237). Sum of RGB (Red+Green+Blue) = 254+125+237=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DED is #018212. Grayscale: #B0B0B0. Windows color (decimal): -98835 or 15564286. OLE color: 15564286.
HSL color Cylindrical-coordinate representation of color #FE7DED: hue angle of 307.91º 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 #FE7DED is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 237 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.00 |
| HSL | 307.91º | 0.98% | 0.74% | - |
| HSV(B) | 307.91º | 0.51% | 1% | - |
| XYZ | 63.49 | 41.85 | 84.85 | - |
| YUV | 176.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 237 | 0 | 0.51 | 0.07 | 0.00 | 307.91 | 0.98 | 0.74 |
| Hex | FE | 7D | ED | 0 | 33 | 7 | 0 | 134 | 62 | 4A |
| Octal | 376 | 175 | 355 | 0 | 63 | 7 | 0 | 464 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11101101 | 0 | 110011 | 111 | 0 | 100110100 | 1100010 | 1001010 |
Color Harmonies of #FE7DED
Complementary color
Monochromatic Colors of #FE7DED
Black with #FE7DED
Text Example
Text Example
White with #FE7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DED; }
p { color: rgb(254,125,237); }
H1.HeaderClassName
{
color: #FE7DED;
}
.AnyTagClassName
{
color: #FE7DED;
}
</style>
background-color css
<style>
a { background-color: #FE7DED; }
a { background-color: rgb(254,125,237); }
div.DivClassName
{
background-color: #FE7DED;
}
.BgClassName
{
background-color: #FE7DED;
}
</style>
border-color css
<style>
span { border-color: #FE7DED; }
span { border-color: rgb(254,125,237); }
td.TdClassName
{
border-color: #FE7DED;
}
.TagClassName
{
border-color: #FE7DED;
}
</style>