Shades of Pale Magenta #FE8FDF
Tints of Pale Magenta #FE8FDF
RGB
CMYK
RGB Variations
Color information
#FE8FDF (or 0xFE8FDF) is known color: Pale Magenta. HEX triplet: FE, 8F and DF. RGB value is (254,143,223). Sum of RGB (Red+Green+Blue) = 254+143+223=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FDF is #017020. Grayscale: #B9B9B9. Windows color (decimal): -94241 or 14651390. OLE color: 14651390.
HSL color Cylindrical-coordinate representation of color #FE8FDF: hue angle of 316.76º 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 #FE8FDF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 223 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.00 |
| HSL | 316.76º | 0.98% | 0.78% | - |
| HSV(B) | 316.76º | 0.44% | 1% | - |
| XYZ | 64.01 | 46.04 | 75.33 | - |
| YUV | 185.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 223 | 0 | 0.44 | 0.12 | 0.00 | 316.76 | 0.98 | 0.78 |
| Hex | FE | 8F | DF | 0 | 2C | C | 0 | 13D | 62 | 4E |
| Octal | 376 | 217 | 337 | 0 | 54 | 14 | 0 | 475 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11011111 | 0 | 101100 | 1100 | 0 | 100111101 | 1100010 | 1001110 |
Color Harmonies of #FE8FDF
Complementary color
Monochromatic Colors of #FE8FDF
Black with #FE8FDF
Text Example
Text Example
White with #FE8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FDF; }
p { color: rgb(254,143,223); }
H1.HeaderClassName
{
color: #FE8FDF;
}
.AnyTagClassName
{
color: #FE8FDF;
}
</style>
background-color css
<style>
a { background-color: #FE8FDF; }
a { background-color: rgb(254,143,223); }
div.DivClassName
{
background-color: #FE8FDF;
}
.BgClassName
{
background-color: #FE8FDF;
}
</style>
border-color css
<style>
span { border-color: #FE8FDF; }
span { border-color: rgb(254,143,223); }
td.TdClassName
{
border-color: #FE8FDF;
}
.TagClassName
{
border-color: #FE8FDF;
}
</style>