Shades of Pale Magenta #FC6CE8
Tints of Pale Magenta #FC6CE8
RGB
CMYK
RGB Variations
Color information
#FC6CE8 (or 0xFC6CE8) is known color: Pale Magenta. HEX triplet: FC, 6C and E8. RGB value is (252,108,232). Sum of RGB (Red+Green+Blue) = 252+108+232=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 108 (42.58% from 255 or 18.24% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CE8 is #039317. Grayscale: #A4A4A4. Windows color (decimal): -234264 or 15232252. OLE color: 15232252.
HSL color Cylindrical-coordinate representation of color #FC6CE8: hue angle of 308.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CE8 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 232 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.01 |
| HSL | 308.33º | 0.96% | 0.71% | - |
| HSV(B) | 308.33º | 0.57% | 0.99% | - |
| XYZ | 60.07 | 37.25 | 80.37 | - |
| YUV | 165.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 232 | 0 | 0.57 | 0.08 | 0.01 | 308.33 | 0.96 | 0.71 |
| Hex | FC | 6C | E8 | 0 | 39 | 8 | 1 | 134 | 60 | 47 |
| Octal | 374 | 154 | 350 | 0 | 71 | 10 | 1 | 464 | 140 | 107 |
| Binary | 11111100 | 1101100 | 11101000 | 0 | 111001 | 1000 | 1 | 100110100 | 1100000 | 1000111 |
Color Harmonies of #FC6CE8
Complementary color
Monochromatic Colors of #FC6CE8
Black with #FC6CE8
Text Example
Text Example
White with #FC6CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6CE8; }
p { color: rgb(252,108,232); }
H1.HeaderClassName
{
color: #FC6CE8;
}
.AnyTagClassName
{
color: #FC6CE8;
}
</style>
background-color css
<style>
a { background-color: #FC6CE8; }
a { background-color: rgb(252,108,232); }
div.DivClassName
{
background-color: #FC6CE8;
}
.BgClassName
{
background-color: #FC6CE8;
}
</style>
border-color css
<style>
span { border-color: #FC6CE8; }
span { border-color: rgb(252,108,232); }
td.TdClassName
{
border-color: #FC6CE8;
}
.TagClassName
{
border-color: #FC6CE8;
}
</style>