Shades of Pale Magenta #FE85E6
Tints of Pale Magenta #FE85E6
RGB
CMYK
RGB Variations
Color information
#FE85E6 (or 0xFE85E6) is known color: Pale Magenta. HEX triplet: FE, 85 and E6. RGB value is (254,133,230). Sum of RGB (Red+Green+Blue) = 254+133+230=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE85E6 is #017A19. Grayscale: #B3B3B3. Windows color (decimal): -96794 or 15107582. OLE color: 15107582.
HSL color Cylindrical-coordinate representation of color #FE85E6: hue angle of 311.9º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85E6 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 230 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.00 |
| HSL | 311.9º | 0.98% | 0.76% | - |
| HSV(B) | 311.9º | 0.48% | 1% | - |
| XYZ | 63.54 | 43.56 | 79.92 | - |
| YUV | 180.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 230 | 0 | 0.48 | 0.09 | 0.00 | 311.9 | 0.98 | 0.76 |
| Hex | FE | 85 | E6 | 0 | 30 | 9 | 0 | 138 | 62 | 4C |
| Octal | 376 | 205 | 346 | 0 | 60 | 11 | 0 | 470 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11100110 | 0 | 110000 | 1001 | 0 | 100111000 | 1100010 | 1001100 |
Color Harmonies of #FE85E6
Complementary color
Monochromatic Colors of #FE85E6
Black with #FE85E6
Text Example
Text Example
White with #FE85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85E6; }
p { color: rgb(254,133,230); }
H1.HeaderClassName
{
color: #FE85E6;
}
.AnyTagClassName
{
color: #FE85E6;
}
</style>
background-color css
<style>
a { background-color: #FE85E6; }
a { background-color: rgb(254,133,230); }
div.DivClassName
{
background-color: #FE85E6;
}
.BgClassName
{
background-color: #FE85E6;
}
</style>
border-color css
<style>
span { border-color: #FE85E6; }
span { border-color: rgb(254,133,230); }
td.TdClassName
{
border-color: #FE85E6;
}
.TagClassName
{
border-color: #FE85E6;
}
</style>