Shades of Pale Magenta #FE8AF3
Tints of Pale Magenta #FE8AF3
RGB
CMYK
RGB Variations
Color information
#FE8AF3 (or 0xFE8AF3) is known color: Pale Magenta. HEX triplet: FE, 8A and F3. RGB value is (254,138,243). Sum of RGB (Red+Green+Blue) = 254+138+243=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 138 (54.30% from 255 or 21.73% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AF3 is #01750C. Grayscale: #B8B8B8. Windows color (decimal): -95501 or 15960830. OLE color: 15960830.
HSL color Cylindrical-coordinate representation of color #FE8AF3: hue angle of 305.69º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AF3 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 243 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.00 |
| HSL | 305.69º | 0.98% | 0.77% | - |
| HSV(B) | 305.69º | 0.46% | 1% | - |
| XYZ | 66.14 | 45.72 | 90.13 | - |
| YUV | 184.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 243 | 0 | 0.46 | 0.04 | 0.00 | 305.69 | 0.98 | 0.77 |
| Hex | FE | 8A | F3 | 0 | 2E | 4 | 0 | 132 | 62 | 4D |
| Octal | 376 | 212 | 363 | 0 | 56 | 4 | 0 | 462 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11110011 | 0 | 101110 | 100 | 0 | 100110010 | 1100010 | 1001101 |
Color Harmonies of #FE8AF3
Complementary color
Monochromatic Colors of #FE8AF3
Black with #FE8AF3
Text Example
Text Example
White with #FE8AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AF3; }
p { color: rgb(254,138,243); }
H1.HeaderClassName
{
color: #FE8AF3;
}
.AnyTagClassName
{
color: #FE8AF3;
}
</style>
background-color css
<style>
a { background-color: #FE8AF3; }
a { background-color: rgb(254,138,243); }
div.DivClassName
{
background-color: #FE8AF3;
}
.BgClassName
{
background-color: #FE8AF3;
}
</style>
border-color css
<style>
span { border-color: #FE8AF3; }
span { border-color: rgb(254,138,243); }
td.TdClassName
{
border-color: #FE8AF3;
}
.TagClassName
{
border-color: #FE8AF3;
}
</style>