Shades of Pale Magenta #FE7CEB
Tints of Pale Magenta #FE7CEB
RGB
CMYK
RGB Variations
Color information
#FE7CEB (or 0xFE7CEB) is known color: Pale Magenta. HEX triplet: FE, 7C and EB. RGB value is (254,124,235). Sum of RGB (Red+Green+Blue) = 254+124+235=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 124 (48.83% from 255 or 20.23% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CEB is #018314. Grayscale: #AFAFAF. Windows color (decimal): -99093 or 15432958. OLE color: 15432958.
HSL color Cylindrical-coordinate representation of color #FE7CEB: hue angle of 308.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CEB is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 235 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.00 |
| HSL | 308.77º | 0.98% | 0.74% | - |
| HSV(B) | 308.77º | 0.51% | 1% | - |
| XYZ | 63.08 | 41.48 | 83.28 | - |
| YUV | 175.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 235 | 0 | 0.51 | 0.07 | 0.00 | 308.77 | 0.98 | 0.74 |
| Hex | FE | 7C | EB | 0 | 33 | 7 | 0 | 135 | 62 | 4A |
| Octal | 376 | 174 | 353 | 0 | 63 | 7 | 0 | 465 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11101011 | 0 | 110011 | 111 | 0 | 100110101 | 1100010 | 1001010 |
Color Harmonies of #FE7CEB
Complementary color
Monochromatic Colors of #FE7CEB
Black with #FE7CEB
Text Example
Text Example
White with #FE7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CEB; }
p { color: rgb(254,124,235); }
H1.HeaderClassName
{
color: #FE7CEB;
}
.AnyTagClassName
{
color: #FE7CEB;
}
</style>
background-color css
<style>
a { background-color: #FE7CEB; }
a { background-color: rgb(254,124,235); }
div.DivClassName
{
background-color: #FE7CEB;
}
.BgClassName
{
background-color: #FE7CEB;
}
</style>
border-color css
<style>
span { border-color: #FE7CEB; }
span { border-color: rgb(254,124,235); }
td.TdClassName
{
border-color: #FE7CEB;
}
.TagClassName
{
border-color: #FE7CEB;
}
</style>