Shades of Pale Magenta #FE7BEE
Tints of Pale Magenta #FE7BEE
RGB
CMYK
RGB Variations
Color information
#FE7BEE (or 0xFE7BEE) is known color: Pale Magenta. HEX triplet: FE, 7B and EE. RGB value is (254,123,238). Sum of RGB (Red+Green+Blue) = 254+123+238=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 123 (48.44% from 255 or 20% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BEE is #018411. Grayscale: #AEAEAE. Windows color (decimal): -99346 or 15629310. OLE color: 15629310.
HSL color Cylindrical-coordinate representation of color #FE7BEE: hue angle of 307.33º 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 #FE7BEE is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 238 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.00 |
| HSL | 307.33º | 0.98% | 0.74% | - |
| HSV(B) | 307.33º | 0.52% | 1% | - |
| XYZ | 63.39 | 41.41 | 85.54 | - |
| YUV | 175.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 238 | 0 | 0.52 | 0.06 | 0.00 | 307.33 | 0.98 | 0.74 |
| Hex | FE | 7B | EE | 0 | 34 | 6 | 0 | 133 | 62 | 4A |
| Octal | 376 | 173 | 356 | 0 | 64 | 6 | 0 | 463 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11101110 | 0 | 110100 | 110 | 0 | 100110011 | 1100010 | 1001010 |
Color Harmonies of #FE7BEE
Complementary color
Monochromatic Colors of #FE7BEE
Black with #FE7BEE
Text Example
Text Example
White with #FE7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BEE; }
p { color: rgb(254,123,238); }
H1.HeaderClassName
{
color: #FE7BEE;
}
.AnyTagClassName
{
color: #FE7BEE;
}
</style>
background-color css
<style>
a { background-color: #FE7BEE; }
a { background-color: rgb(254,123,238); }
div.DivClassName
{
background-color: #FE7BEE;
}
.BgClassName
{
background-color: #FE7BEE;
}
</style>
border-color css
<style>
span { border-color: #FE7BEE; }
span { border-color: rgb(254,123,238); }
td.TdClassName
{
border-color: #FE7BEE;
}
.TagClassName
{
border-color: #FE7BEE;
}
</style>