Shades of Pale Magenta #FE6EDD
Tints of Pale Magenta #FE6EDD
RGB
CMYK
RGB Variations
Color information
#FE6EDD (or 0xFE6EDD) is known color: Pale Magenta. HEX triplet: FE, 6E and DD. RGB value is (254,110,221). Sum of RGB (Red+Green+Blue) = 254+110+221=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6EDD is #019122. Grayscale: #A5A5A5. Windows color (decimal): -102691 or 14511870. OLE color: 14511870.
HSL color Cylindrical-coordinate representation of color #FE6EDD: hue angle of 313.75º 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 #FE6EDD is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 221 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.00 |
| HSL | 313.75º | 0.99% | 0.71% | - |
| HSV(B) | 313.75º | 0.57% | 1% | - |
| XYZ | 59.5 | 37.44 | 72.5 | - |
| YUV | 165.71 | 159.21 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 221 | 0 | 0.57 | 0.13 | 0.00 | 313.75 | 0.99 | 0.71 |
| Hex | FE | 6E | DD | 0 | 39 | D | 0 | 13A | 63 | 47 |
| Octal | 376 | 156 | 335 | 0 | 71 | 15 | 0 | 472 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11011101 | 0 | 111001 | 1101 | 0 | 100111010 | 1100011 | 1000111 |
Color Harmonies of #FE6EDD
Complementary color
Monochromatic Colors of #FE6EDD
Black with #FE6EDD
Text Example
Text Example
White with #FE6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EDD; }
p { color: rgb(254,110,221); }
H1.HeaderClassName
{
color: #FE6EDD;
}
.AnyTagClassName
{
color: #FE6EDD;
}
</style>
background-color css
<style>
a { background-color: #FE6EDD; }
a { background-color: rgb(254,110,221); }
div.DivClassName
{
background-color: #FE6EDD;
}
.BgClassName
{
background-color: #FE6EDD;
}
</style>
border-color css
<style>
span { border-color: #FE6EDD; }
span { border-color: rgb(254,110,221); }
td.TdClassName
{
border-color: #FE6EDD;
}
.TagClassName
{
border-color: #FE6EDD;
}
</style>