Shades of Pale Magenta #FE6FDC
Tints of Pale Magenta #FE6FDC
RGB
CMYK
RGB Variations
Color information
#FE6FDC (or 0xFE6FDC) is known color: Pale Magenta. HEX triplet: FE, 6F and DC. RGB value is (254,111,220). Sum of RGB (Red+Green+Blue) = 254+111+220=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDC is #019023. Grayscale: #A5A5A5. Windows color (decimal): -102436 or 14446590. OLE color: 14446590.
HSL color Cylindrical-coordinate representation of color #FE6FDC: hue angle of 314.27º 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 #FE6FDC is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 220 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.00 |
| HSL | 314.27º | 0.99% | 0.72% | - |
| HSV(B) | 314.27º | 0.56% | 1% | - |
| XYZ | 59.48 | 37.61 | 71.83 | - |
| YUV | 166.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 220 | 0 | 0.56 | 0.13 | 0.00 | 314.27 | 0.99 | 0.72 |
| Hex | FE | 6F | DC | 0 | 38 | D | 0 | 13A | 63 | 48 |
| Octal | 376 | 157 | 334 | 0 | 70 | 15 | 0 | 472 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11011100 | 0 | 111000 | 1101 | 0 | 100111010 | 1100011 | 1001000 |
Color Harmonies of #FE6FDC
Complementary color
Monochromatic Colors of #FE6FDC
Black with #FE6FDC
Text Example
Text Example
White with #FE6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FDC; }
p { color: rgb(254,111,220); }
H1.HeaderClassName
{
color: #FE6FDC;
}
.AnyTagClassName
{
color: #FE6FDC;
}
</style>
background-color css
<style>
a { background-color: #FE6FDC; }
a { background-color: rgb(254,111,220); }
div.DivClassName
{
background-color: #FE6FDC;
}
.BgClassName
{
background-color: #FE6FDC;
}
</style>
border-color css
<style>
span { border-color: #FE6FDC; }
span { border-color: rgb(254,111,220); }
td.TdClassName
{
border-color: #FE6FDC;
}
.TagClassName
{
border-color: #FE6FDC;
}
</style>