Shades of Pale Magenta #FE86DA
Tints of Pale Magenta #FE86DA
RGB
CMYK
RGB Variations
Color information
#FE86DA (or 0xFE86DA) is known color: Pale Magenta. HEX triplet: FE, 86 and DA. RGB value is (254,134,218). Sum of RGB (Red+Green+Blue) = 254+134+218=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86DA is #017925. Grayscale: #B3B3B3. Windows color (decimal): -96550 or 14321406. OLE color: 14321406.
HSL color Cylindrical-coordinate representation of color #FE86DA: hue angle of 318º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86DA is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 218 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.00 |
| HSL | 318º | 0.98% | 0.76% | - |
| HSV(B) | 318º | 0.47% | 1% | - |
| XYZ | 62.05 | 43.18 | 71.39 | - |
| YUV | 179.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 218 | 0 | 0.47 | 0.14 | 0.00 | 318 | 0.98 | 0.76 |
| Hex | FE | 86 | DA | 0 | 2F | E | 0 | 13E | 62 | 4C |
| Octal | 376 | 206 | 332 | 0 | 57 | 16 | 0 | 476 | 142 | 114 |
| Binary | 11111110 | 10000110 | 11011010 | 0 | 101111 | 1110 | 0 | 100111110 | 1100010 | 1001100 |
Color Harmonies of #FE86DA
Complementary color
Monochromatic Colors of #FE86DA
Black with #FE86DA
Text Example
Text Example
White with #FE86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86DA; }
p { color: rgb(254,134,218); }
H1.HeaderClassName
{
color: #FE86DA;
}
.AnyTagClassName
{
color: #FE86DA;
}
</style>
background-color css
<style>
a { background-color: #FE86DA; }
a { background-color: rgb(254,134,218); }
div.DivClassName
{
background-color: #FE86DA;
}
.BgClassName
{
background-color: #FE86DA;
}
</style>
border-color css
<style>
span { border-color: #FE86DA; }
span { border-color: rgb(254,134,218); }
td.TdClassName
{
border-color: #FE86DA;
}
.TagClassName
{
border-color: #FE86DA;
}
</style>