Shades of Pale Magenta #FE8BDE
Tints of Pale Magenta #FE8BDE
RGB
CMYK
RGB Variations
Color information
#FE8BDE (or 0xFE8BDE) is known color: Pale Magenta. HEX triplet: FE, 8B and DE. RGB value is (254,139,222). Sum of RGB (Red+Green+Blue) = 254+139+222=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BDE is #017421. Grayscale: #B6B6B6. Windows color (decimal): -95266 or 14584830. OLE color: 14584830.
HSL color Cylindrical-coordinate representation of color #FE8BDE: hue angle of 316.7º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8BDE is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 222 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.00 |
| HSL | 316.7º | 0.98% | 0.77% | - |
| HSV(B) | 316.7º | 0.45% | 1% | - |
| XYZ | 63.29 | 44.81 | 74.42 | - |
| YUV | 182.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 222 | 0 | 0.45 | 0.13 | 0.00 | 316.7 | 0.98 | 0.77 |
| Hex | FE | 8B | DE | 0 | 2D | D | 0 | 13D | 62 | 4D |
| Octal | 376 | 213 | 336 | 0 | 55 | 15 | 0 | 475 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11011110 | 0 | 101101 | 1101 | 0 | 100111101 | 1100010 | 1001101 |
Color Harmonies of #FE8BDE
Complementary color
Monochromatic Colors of #FE8BDE
Black with #FE8BDE
Text Example
Text Example
White with #FE8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BDE; }
p { color: rgb(254,139,222); }
H1.HeaderClassName
{
color: #FE8BDE;
}
.AnyTagClassName
{
color: #FE8BDE;
}
</style>
background-color css
<style>
a { background-color: #FE8BDE; }
a { background-color: rgb(254,139,222); }
div.DivClassName
{
background-color: #FE8BDE;
}
.BgClassName
{
background-color: #FE8BDE;
}
</style>
border-color css
<style>
span { border-color: #FE8BDE; }
span { border-color: rgb(254,139,222); }
td.TdClassName
{
border-color: #FE8BDE;
}
.TagClassName
{
border-color: #FE8BDE;
}
</style>