Shades of Pale Magenta #FE8FDC
Tints of Pale Magenta #FE8FDC
RGB
CMYK
RGB Variations
Color information
#FE8FDC (or 0xFE8FDC) is known color: Pale Magenta. HEX triplet: FE, 8F and DC. RGB value is (254,143,220). Sum of RGB (Red+Green+Blue) = 254+143+220=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FDC is #017023. Grayscale: #B8B8B8. Windows color (decimal): -94244 or 14454782. OLE color: 14454782.
HSL color Cylindrical-coordinate representation of color #FE8FDC: hue angle of 318.38º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FDC is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 220 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.00 |
| HSL | 318.38º | 0.98% | 0.78% | - |
| HSV(B) | 318.38º | 0.44% | 1% | - |
| XYZ | 63.61 | 45.88 | 73.21 | - |
| YUV | 184.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 220 | 0 | 0.44 | 0.13 | 0.00 | 318.38 | 0.98 | 0.78 |
| Hex | FE | 8F | DC | 0 | 2C | D | 0 | 13E | 62 | 4E |
| Octal | 376 | 217 | 334 | 0 | 54 | 15 | 0 | 476 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11011100 | 0 | 101100 | 1101 | 0 | 100111110 | 1100010 | 1001110 |
Color Harmonies of #FE8FDC
Complementary color
Monochromatic Colors of #FE8FDC
Black with #FE8FDC
Text Example
Text Example
White with #FE8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FDC; }
p { color: rgb(254,143,220); }
H1.HeaderClassName
{
color: #FE8FDC;
}
.AnyTagClassName
{
color: #FE8FDC;
}
</style>
background-color css
<style>
a { background-color: #FE8FDC; }
a { background-color: rgb(254,143,220); }
div.DivClassName
{
background-color: #FE8FDC;
}
.BgClassName
{
background-color: #FE8FDC;
}
</style>
border-color css
<style>
span { border-color: #FE8FDC; }
span { border-color: rgb(254,143,220); }
td.TdClassName
{
border-color: #FE8FDC;
}
.TagClassName
{
border-color: #FE8FDC;
}
</style>