Shades of Pale Magenta #FC7CEE
Tints of Pale Magenta #FC7CEE
RGB
CMYK
RGB Variations
Color information
#FC7CEE (or 0xFC7CEE) is known color: Pale Magenta. HEX triplet: FC, 7C and EE. RGB value is (252,124,238). Sum of RGB (Red+Green+Blue) = 252+124+238=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 124 (48.83% from 255 or 20.20% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CEE is #038311. Grayscale: #AEAEAE. Windows color (decimal): -230162 or 15629564. OLE color: 15629564.
HSL color Cylindrical-coordinate representation of color #FC7CEE: hue angle of 306.56º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CEE is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 238 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.01 |
| HSL | 306.56º | 0.96% | 0.74% | - |
| HSV(B) | 306.56º | 0.51% | 0.99% | - |
| XYZ | 62.79 | 41.28 | 85.55 | - |
| YUV | 175.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 238 | 0 | 0.51 | 0.06 | 0.01 | 306.56 | 0.96 | 0.74 |
| Hex | FC | 7C | EE | 0 | 33 | 6 | 1 | 133 | 60 | 4A |
| Octal | 374 | 174 | 356 | 0 | 63 | 6 | 1 | 463 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11101110 | 0 | 110011 | 110 | 1 | 100110011 | 1100000 | 1001010 |
Color Harmonies of #FC7CEE
Complementary color
Monochromatic Colors of #FC7CEE
Black with #FC7CEE
Text Example
Text Example
White with #FC7CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CEE; }
p { color: rgb(252,124,238); }
H1.HeaderClassName
{
color: #FC7CEE;
}
.AnyTagClassName
{
color: #FC7CEE;
}
</style>
background-color css
<style>
a { background-color: #FC7CEE; }
a { background-color: rgb(252,124,238); }
div.DivClassName
{
background-color: #FC7CEE;
}
.BgClassName
{
background-color: #FC7CEE;
}
</style>
border-color css
<style>
span { border-color: #FC7CEE; }
span { border-color: rgb(252,124,238); }
td.TdClassName
{
border-color: #FC7CEE;
}
.TagClassName
{
border-color: #FC7CEE;
}
</style>