Shades of Pale Magenta #FE7DDF
Tints of Pale Magenta #FE7DDF
RGB
CMYK
RGB Variations
Color information
#FE7DDF (or 0xFE7DDF) is known color: Pale Magenta. HEX triplet: FE, 7D and DF. RGB value is (254,125,223). Sum of RGB (Red+Green+Blue) = 254+125+223=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDF is #018220. Grayscale: #AEAEAE. Windows color (decimal): -98849 or 14646782. OLE color: 14646782.
HSL color Cylindrical-coordinate representation of color #FE7DDF: hue angle of 314.42º 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 #FE7DDF is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 223 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.00 |
| HSL | 314.42º | 0.98% | 0.74% | - |
| HSV(B) | 314.42º | 0.51% | 1% | - |
| XYZ | 61.53 | 41.07 | 74.5 | - |
| YUV | 174.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 223 | 0 | 0.51 | 0.12 | 0.00 | 314.42 | 0.98 | 0.74 |
| Hex | FE | 7D | DF | 0 | 33 | C | 0 | 13A | 62 | 4A |
| Octal | 376 | 175 | 337 | 0 | 63 | 14 | 0 | 472 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11011111 | 0 | 110011 | 1100 | 0 | 100111010 | 1100010 | 1001010 |
Color Harmonies of #FE7DDF
Complementary color
Monochromatic Colors of #FE7DDF
Black with #FE7DDF
Text Example
Text Example
White with #FE7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DDF; }
p { color: rgb(254,125,223); }
H1.HeaderClassName
{
color: #FE7DDF;
}
.AnyTagClassName
{
color: #FE7DDF;
}
</style>
background-color css
<style>
a { background-color: #FE7DDF; }
a { background-color: rgb(254,125,223); }
div.DivClassName
{
background-color: #FE7DDF;
}
.BgClassName
{
background-color: #FE7DDF;
}
</style>
border-color css
<style>
span { border-color: #FE7DDF; }
span { border-color: rgb(254,125,223); }
td.TdClassName
{
border-color: #FE7DDF;
}
.TagClassName
{
border-color: #FE7DDF;
}
</style>