Shades of Pale Magenta #FE7BEC
Tints of Pale Magenta #FE7BEC
RGB
CMYK
RGB Variations
Color information
#FE7BEC (or 0xFE7BEC) is known color: Pale Magenta. HEX triplet: FE, 7B and EC. RGB value is (254,123,236). Sum of RGB (Red+Green+Blue) = 254+123+236=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 123 (48.44% from 255 or 20.07% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BEC is #018413. Grayscale: #AEAEAE. Windows color (decimal): -99348 or 15498238. OLE color: 15498238.
HSL color Cylindrical-coordinate representation of color #FE7BEC: hue angle of 308.24º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BEC is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 236 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.00 |
| HSL | 308.24º | 0.98% | 0.74% | - |
| HSV(B) | 308.24º | 0.52% | 1% | - |
| XYZ | 63.1 | 41.29 | 84 | - |
| YUV | 175.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 236 | 0 | 0.52 | 0.07 | 0.00 | 308.24 | 0.98 | 0.74 |
| Hex | FE | 7B | EC | 0 | 34 | 7 | 0 | 134 | 62 | 4A |
| Octal | 376 | 173 | 354 | 0 | 64 | 7 | 0 | 464 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11101100 | 0 | 110100 | 111 | 0 | 100110100 | 1100010 | 1001010 |
Color Harmonies of #FE7BEC
Complementary color
Monochromatic Colors of #FE7BEC
Black with #FE7BEC
Text Example
Text Example
White with #FE7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BEC; }
p { color: rgb(254,123,236); }
H1.HeaderClassName
{
color: #FE7BEC;
}
.AnyTagClassName
{
color: #FE7BEC;
}
</style>
background-color css
<style>
a { background-color: #FE7BEC; }
a { background-color: rgb(254,123,236); }
div.DivClassName
{
background-color: #FE7BEC;
}
.BgClassName
{
background-color: #FE7BEC;
}
</style>
border-color css
<style>
span { border-color: #FE7BEC; }
span { border-color: rgb(254,123,236); }
td.TdClassName
{
border-color: #FE7BEC;
}
.TagClassName
{
border-color: #FE7BEC;
}
</style>