Shades of Pale Magenta #FC6EDE
Tints of Pale Magenta #FC6EDE
RGB
CMYK
RGB Variations
Color information
#FC6EDE (or 0xFC6EDE) is known color: Pale Magenta. HEX triplet: FC, 6E and DE. RGB value is (252,110,222). Sum of RGB (Red+Green+Blue) = 252+110+222=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EDE is #039121. Grayscale: #A4A4A4. Windows color (decimal): -233762 or 14577404. OLE color: 14577404.
HSL color Cylindrical-coordinate representation of color #FC6EDE: hue angle of 312.68º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6EDE is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 222 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.01 |
| HSL | 312.68º | 0.96% | 0.71% | - |
| HSV(B) | 312.68º | 0.56% | 0.99% | - |
| XYZ | 58.91 | 37.12 | 73.17 | - |
| YUV | 165.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 222 | 0 | 0.56 | 0.12 | 0.01 | 312.68 | 0.96 | 0.71 |
| Hex | FC | 6E | DE | 0 | 38 | C | 1 | 139 | 60 | 47 |
| Octal | 374 | 156 | 336 | 0 | 70 | 14 | 1 | 471 | 140 | 107 |
| Binary | 11111100 | 1101110 | 11011110 | 0 | 111000 | 1100 | 1 | 100111001 | 1100000 | 1000111 |
Color Harmonies of #FC6EDE
Complementary color
Monochromatic Colors of #FC6EDE
Black with #FC6EDE
Text Example
Text Example
White with #FC6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6EDE; }
p { color: rgb(252,110,222); }
H1.HeaderClassName
{
color: #FC6EDE;
}
.AnyTagClassName
{
color: #FC6EDE;
}
</style>
background-color css
<style>
a { background-color: #FC6EDE; }
a { background-color: rgb(252,110,222); }
div.DivClassName
{
background-color: #FC6EDE;
}
.BgClassName
{
background-color: #FC6EDE;
}
</style>
border-color css
<style>
span { border-color: #FC6EDE; }
span { border-color: rgb(252,110,222); }
td.TdClassName
{
border-color: #FC6EDE;
}
.TagClassName
{
border-color: #FC6EDE;
}
</style>