Shades of Pale Magenta #FE8ADF
Tints of Pale Magenta #FE8ADF
RGB
CMYK
RGB Variations
Color information
#FE8ADF (or 0xFE8ADF) is known color: Pale Magenta. HEX triplet: FE, 8A and DF. RGB value is (254,138,223). Sum of RGB (Red+Green+Blue) = 254+138+223=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ADF is #017520. Grayscale: #B6B6B6. Windows color (decimal): -95521 or 14650110. OLE color: 14650110.
HSL color Cylindrical-coordinate representation of color #FE8ADF: hue angle of 316.03º 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 #FE8ADF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 223 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.00 |
| HSL | 316.03º | 0.98% | 0.77% | - |
| HSV(B) | 316.03º | 0.46% | 1% | - |
| XYZ | 63.28 | 44.58 | 75.08 | - |
| YUV | 182.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 223 | 0 | 0.46 | 0.12 | 0.00 | 316.03 | 0.98 | 0.77 |
| Hex | FE | 8A | DF | 0 | 2E | C | 0 | 13C | 62 | 4D |
| Octal | 376 | 212 | 337 | 0 | 56 | 14 | 0 | 474 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11011111 | 0 | 101110 | 1100 | 0 | 100111100 | 1100010 | 1001101 |
Color Harmonies of #FE8ADF
Complementary color
Monochromatic Colors of #FE8ADF
Black with #FE8ADF
Text Example
Text Example
White with #FE8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8ADF; }
p { color: rgb(254,138,223); }
H1.HeaderClassName
{
color: #FE8ADF;
}
.AnyTagClassName
{
color: #FE8ADF;
}
</style>
background-color css
<style>
a { background-color: #FE8ADF; }
a { background-color: rgb(254,138,223); }
div.DivClassName
{
background-color: #FE8ADF;
}
.BgClassName
{
background-color: #FE8ADF;
}
</style>
border-color css
<style>
span { border-color: #FE8ADF; }
span { border-color: rgb(254,138,223); }
td.TdClassName
{
border-color: #FE8ADF;
}
.TagClassName
{
border-color: #FE8ADF;
}
</style>