Shades of Pale Magenta #FE6FDD
Tints of Pale Magenta #FE6FDD
RGB
CMYK
RGB Variations
Color information
#FE6FDD (or 0xFE6FDD) is known color: Pale Magenta. HEX triplet: FE, 6F and DD. RGB value is (254,111,221). Sum of RGB (Red+Green+Blue) = 254+111+221=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDD is #019022. Grayscale: #A6A6A6. Windows color (decimal): -102435 or 14512126. OLE color: 14512126.
HSL color Cylindrical-coordinate representation of color #FE6FDD: hue angle of 313.85º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FDD is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 221 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.00 |
| HSL | 313.85º | 0.99% | 0.72% | - |
| HSV(B) | 313.85º | 0.56% | 1% | - |
| XYZ | 59.61 | 37.66 | 72.53 | - |
| YUV | 166.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 221 | 0 | 0.56 | 0.13 | 0.00 | 313.85 | 0.99 | 0.72 |
| Hex | FE | 6F | DD | 0 | 38 | D | 0 | 13A | 63 | 48 |
| Octal | 376 | 157 | 335 | 0 | 70 | 15 | 0 | 472 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11011101 | 0 | 111000 | 1101 | 0 | 100111010 | 1100011 | 1001000 |
Color Harmonies of #FE6FDD
Complementary color
Monochromatic Colors of #FE6FDD
Black with #FE6FDD
Text Example
Text Example
White with #FE6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FDD; }
p { color: rgb(254,111,221); }
H1.HeaderClassName
{
color: #FE6FDD;
}
.AnyTagClassName
{
color: #FE6FDD;
}
</style>
background-color css
<style>
a { background-color: #FE6FDD; }
a { background-color: rgb(254,111,221); }
div.DivClassName
{
background-color: #FE6FDD;
}
.BgClassName
{
background-color: #FE6FDD;
}
</style>
border-color css
<style>
span { border-color: #FE6FDD; }
span { border-color: rgb(254,111,221); }
td.TdClassName
{
border-color: #FE6FDD;
}
.TagClassName
{
border-color: #FE6FDD;
}
</style>