Shades of Pale Magenta #FE8FEE
Tints of Pale Magenta #FE8FEE
RGB
CMYK
RGB Variations
Color information
#FE8FEE (or 0xFE8FEE) is known color: Pale Magenta. HEX triplet: FE, 8F and EE. RGB value is (254,143,238). Sum of RGB (Red+Green+Blue) = 254+143+238=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FEE is #017011. Grayscale: #BABABA. Windows color (decimal): -94226 or 15634430. OLE color: 15634430.
HSL color Cylindrical-coordinate representation of color #FE8FEE: hue angle of 308.65º 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 #FE8FEE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 238 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.00 |
| HSL | 308.65º | 0.98% | 0.78% | - |
| HSV(B) | 308.65º | 0.44% | 1% | - |
| XYZ | 66.13 | 46.89 | 86.45 | - |
| YUV | 187.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 238 | 0 | 0.44 | 0.06 | 0.00 | 308.65 | 0.98 | 0.78 |
| Hex | FE | 8F | EE | 0 | 2C | 6 | 0 | 135 | 62 | 4E |
| Octal | 376 | 217 | 356 | 0 | 54 | 6 | 0 | 465 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11101110 | 0 | 101100 | 110 | 0 | 100110101 | 1100010 | 1001110 |
Color Harmonies of #FE8FEE
Complementary color
Monochromatic Colors of #FE8FEE
Black with #FE8FEE
Text Example
Text Example
White with #FE8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FEE; }
p { color: rgb(254,143,238); }
H1.HeaderClassName
{
color: #FE8FEE;
}
.AnyTagClassName
{
color: #FE8FEE;
}
</style>
background-color css
<style>
a { background-color: #FE8FEE; }
a { background-color: rgb(254,143,238); }
div.DivClassName
{
background-color: #FE8FEE;
}
.BgClassName
{
background-color: #FE8FEE;
}
</style>
border-color css
<style>
span { border-color: #FE8FEE; }
span { border-color: rgb(254,143,238); }
td.TdClassName
{
border-color: #FE8FEE;
}
.TagClassName
{
border-color: #FE8FEE;
}
</style>