Shades of Pale Magenta #FE6DDF
Tints of Pale Magenta #FE6DDF
RGB
CMYK
RGB Variations
Color information
#FE6DDF (or 0xFE6DDF) is known color: Pale Magenta. HEX triplet: FE, 6D and DF. RGB value is (254,109,223). Sum of RGB (Red+Green+Blue) = 254+109+223=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 109 (42.97% from 255 or 18.60% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DDF is #019220. Grayscale: #A5A5A5. Windows color (decimal): -102945 or 14642686. OLE color: 14642686.
HSL color Cylindrical-coordinate representation of color #FE6DDF: hue angle of 312.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6DDF is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 223 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.00 |
| HSL | 312.83º | 0.99% | 0.71% | - |
| HSV(B) | 312.83º | 0.57% | 1% | - |
| XYZ | 59.66 | 37.34 | 73.87 | - |
| YUV | 165.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 223 | 0 | 0.57 | 0.12 | 0.00 | 312.83 | 0.99 | 0.71 |
| Hex | FE | 6D | DF | 0 | 39 | C | 0 | 139 | 63 | 47 |
| Octal | 376 | 155 | 337 | 0 | 71 | 14 | 0 | 471 | 143 | 107 |
| Binary | 11111110 | 1101101 | 11011111 | 0 | 111001 | 1100 | 0 | 100111001 | 1100011 | 1000111 |
Color Harmonies of #FE6DDF
Complementary color
Monochromatic Colors of #FE6DDF
Black with #FE6DDF
Text Example
Text Example
White with #FE6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DDF; }
p { color: rgb(254,109,223); }
H1.HeaderClassName
{
color: #FE6DDF;
}
.AnyTagClassName
{
color: #FE6DDF;
}
</style>
background-color css
<style>
a { background-color: #FE6DDF; }
a { background-color: rgb(254,109,223); }
div.DivClassName
{
background-color: #FE6DDF;
}
.BgClassName
{
background-color: #FE6DDF;
}
</style>
border-color css
<style>
span { border-color: #FE6DDF; }
span { border-color: rgb(254,109,223); }
td.TdClassName
{
border-color: #FE6DDF;
}
.TagClassName
{
border-color: #FE6DDF;
}
</style>