Shades of Pale Magenta #FE8FDD
Tints of Pale Magenta #FE8FDD
RGB
CMYK
RGB Variations
Color information
#FE8FDD (or 0xFE8FDD) is known color: Pale Magenta. HEX triplet: FE, 8F and DD. RGB value is (254,143,221). Sum of RGB (Red+Green+Blue) = 254+143+221=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FDD is #017022. Grayscale: #B8B8B8. Windows color (decimal): -94243 or 14520318. OLE color: 14520318.
HSL color Cylindrical-coordinate representation of color #FE8FDD: hue angle of 317.84º 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 #FE8FDD is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 221 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.00 |
| HSL | 317.84º | 0.98% | 0.78% | - |
| HSV(B) | 317.84º | 0.44% | 1% | - |
| XYZ | 63.75 | 45.94 | 73.91 | - |
| YUV | 185.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 221 | 0 | 0.44 | 0.13 | 0.00 | 317.84 | 0.98 | 0.78 |
| Hex | FE | 8F | DD | 0 | 2C | D | 0 | 13E | 62 | 4E |
| Octal | 376 | 217 | 335 | 0 | 54 | 15 | 0 | 476 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11011101 | 0 | 101100 | 1101 | 0 | 100111110 | 1100010 | 1001110 |
Color Harmonies of #FE8FDD
Complementary color
Monochromatic Colors of #FE8FDD
Black with #FE8FDD
Text Example
Text Example
White with #FE8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FDD; }
p { color: rgb(254,143,221); }
H1.HeaderClassName
{
color: #FE8FDD;
}
.AnyTagClassName
{
color: #FE8FDD;
}
</style>
background-color css
<style>
a { background-color: #FE8FDD; }
a { background-color: rgb(254,143,221); }
div.DivClassName
{
background-color: #FE8FDD;
}
.BgClassName
{
background-color: #FE8FDD;
}
</style>
border-color css
<style>
span { border-color: #FE8FDD; }
span { border-color: rgb(254,143,221); }
td.TdClassName
{
border-color: #FE8FDD;
}
.TagClassName
{
border-color: #FE8FDD;
}
</style>