Shades of Pale Magenta #FE6CE2
Tints of Pale Magenta #FE6CE2
RGB
CMYK
RGB Variations
Color information
#FE6CE2 (or 0xFE6CE2) is known color: Pale Magenta. HEX triplet: FE, 6C and E2. RGB value is (254,108,226). Sum of RGB (Red+Green+Blue) = 254+108+226=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 108 (42.58% from 255 or 18.37% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CE2 is #01931D. Grayscale: #A4A4A4. Windows color (decimal): -103198 or 14839038. OLE color: 14839038.
HSL color Cylindrical-coordinate representation of color #FE6CE2: hue angle of 311.51º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6CE2 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 226 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.00 |
| HSL | 311.51º | 0.99% | 0.71% | - |
| HSV(B) | 311.51º | 0.57% | 1% | - |
| XYZ | 59.96 | 37.29 | 75.99 | - |
| YUV | 165.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 226 | 0 | 0.57 | 0.11 | 0.00 | 311.51 | 0.99 | 0.71 |
| Hex | FE | 6C | E2 | 0 | 39 | B | 0 | 138 | 63 | 47 |
| Octal | 376 | 154 | 342 | 0 | 71 | 13 | 0 | 470 | 143 | 107 |
| Binary | 11111110 | 1101100 | 11100010 | 0 | 111001 | 1011 | 0 | 100111000 | 1100011 | 1000111 |
Color Harmonies of #FE6CE2
Complementary color
Monochromatic Colors of #FE6CE2
Black with #FE6CE2
Text Example
Text Example
White with #FE6CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6CE2; }
p { color: rgb(254,108,226); }
H1.HeaderClassName
{
color: #FE6CE2;
}
.AnyTagClassName
{
color: #FE6CE2;
}
</style>
background-color css
<style>
a { background-color: #FE6CE2; }
a { background-color: rgb(254,108,226); }
div.DivClassName
{
background-color: #FE6CE2;
}
.BgClassName
{
background-color: #FE6CE2;
}
</style>
border-color css
<style>
span { border-color: #FE6CE2; }
span { border-color: rgb(254,108,226); }
td.TdClassName
{
border-color: #FE6CE2;
}
.TagClassName
{
border-color: #FE6CE2;
}
</style>