Shades of Pale Magenta #FE8CED
Tints of Pale Magenta #FE8CED
RGB
CMYK
RGB Variations
Color information
#FE8CED (or 0xFE8CED) is known color: Pale Magenta. HEX triplet: FE, 8C and ED. RGB value is (254,140,237). Sum of RGB (Red+Green+Blue) = 254+140+237=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CED is #017312. Grayscale: #B8B8B8. Windows color (decimal): -94995 or 15568126. OLE color: 15568126.
HSL color Cylindrical-coordinate representation of color #FE8CED: hue angle of 308.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CED is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 237 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.00 |
| HSL | 308.95º | 0.98% | 0.77% | - |
| HSV(B) | 308.95º | 0.45% | 1% | - |
| XYZ | 65.54 | 45.94 | 85.53 | - |
| YUV | 185.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 237 | 0 | 0.45 | 0.07 | 0.00 | 308.95 | 0.98 | 0.77 |
| Hex | FE | 8C | ED | 0 | 2D | 7 | 0 | 135 | 62 | 4D |
| Octal | 376 | 214 | 355 | 0 | 55 | 7 | 0 | 465 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11101101 | 0 | 101101 | 111 | 0 | 100110101 | 1100010 | 1001101 |
Color Harmonies of #FE8CED
Complementary color
Monochromatic Colors of #FE8CED
Black with #FE8CED
Text Example
Text Example
White with #FE8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CED; }
p { color: rgb(254,140,237); }
H1.HeaderClassName
{
color: #FE8CED;
}
.AnyTagClassName
{
color: #FE8CED;
}
</style>
background-color css
<style>
a { background-color: #FE8CED; }
a { background-color: rgb(254,140,237); }
div.DivClassName
{
background-color: #FE8CED;
}
.BgClassName
{
background-color: #FE8CED;
}
</style>
border-color css
<style>
span { border-color: #FE8CED; }
span { border-color: rgb(254,140,237); }
td.TdClassName
{
border-color: #FE8CED;
}
.TagClassName
{
border-color: #FE8CED;
}
</style>