Shades of Pale Magenta #FC80EE
Tints of Pale Magenta #FC80EE
RGB
CMYK
RGB Variations
Color information
#FC80EE (or 0xFC80EE) is known color: Pale Magenta. HEX triplet: FC, 80 and EE. RGB value is (252,128,238). Sum of RGB (Red+Green+Blue) = 252+128+238=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80EE is #037F11. Grayscale: #B1B1B1. Windows color (decimal): -229138 or 15630588. OLE color: 15630588.
HSL color Cylindrical-coordinate representation of color #FC80EE: hue angle of 306.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80EE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 238 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.01 |
| HSL | 306.77º | 0.95% | 0.75% | - |
| HSV(B) | 306.77º | 0.49% | 0.99% | - |
| XYZ | 63.3 | 42.31 | 85.72 | - |
| YUV | 177.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 238 | 0 | 0.49 | 0.06 | 0.01 | 306.77 | 0.95 | 0.75 |
| Hex | FC | 80 | EE | 0 | 31 | 6 | 1 | 133 | 5F | 4B |
| Octal | 374 | 200 | 356 | 0 | 61 | 6 | 1 | 463 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11101110 | 0 | 110001 | 110 | 1 | 100110011 | 1011111 | 1001011 |
Color Harmonies of #FC80EE
Complementary color
Monochromatic Colors of #FC80EE
Black with #FC80EE
Text Example
Text Example
White with #FC80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80EE; }
p { color: rgb(252,128,238); }
H1.HeaderClassName
{
color: #FC80EE;
}
.AnyTagClassName
{
color: #FC80EE;
}
</style>
background-color css
<style>
a { background-color: #FC80EE; }
a { background-color: rgb(252,128,238); }
div.DivClassName
{
background-color: #FC80EE;
}
.BgClassName
{
background-color: #FC80EE;
}
</style>
border-color css
<style>
span { border-color: #FC80EE; }
span { border-color: rgb(252,128,238); }
td.TdClassName
{
border-color: #FC80EE;
}
.TagClassName
{
border-color: #FC80EE;
}
</style>