Shades of Pale Magenta #FC8CED
Tints of Pale Magenta #FC8CED
RGB
CMYK
RGB Variations
Color information
#FC8CED (or 0xFC8CED) is known color: Pale Magenta. HEX triplet: FC, 8C and ED. RGB value is (252,140,237). Sum of RGB (Red+Green+Blue) = 252+140+237=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CED is #037312. Grayscale: #B8B8B8. Windows color (decimal): -226067 or 15568124. OLE color: 15568124.
HSL color Cylindrical-coordinate representation of color #FC8CED: hue angle of 308.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CED is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 237 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.01 |
| HSL | 308.04º | 0.95% | 0.77% | - |
| HSV(B) | 308.04º | 0.44% | 0.99% | - |
| XYZ | 64.81 | 45.57 | 85.5 | - |
| YUV | 184.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 237 | 0 | 0.44 | 0.06 | 0.01 | 308.04 | 0.95 | 0.77 |
| Hex | FC | 8C | ED | 0 | 2C | 6 | 1 | 134 | 5F | 4D |
| Octal | 374 | 214 | 355 | 0 | 54 | 6 | 1 | 464 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11101101 | 0 | 101100 | 110 | 1 | 100110100 | 1011111 | 1001101 |
Color Harmonies of #FC8CED
Complementary color
Monochromatic Colors of #FC8CED
Black with #FC8CED
Text Example
Text Example
White with #FC8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CED; }
p { color: rgb(252,140,237); }
H1.HeaderClassName
{
color: #FC8CED;
}
.AnyTagClassName
{
color: #FC8CED;
}
</style>
background-color css
<style>
a { background-color: #FC8CED; }
a { background-color: rgb(252,140,237); }
div.DivClassName
{
background-color: #FC8CED;
}
.BgClassName
{
background-color: #FC8CED;
}
</style>
border-color css
<style>
span { border-color: #FC8CED; }
span { border-color: rgb(252,140,237); }
td.TdClassName
{
border-color: #FC8CED;
}
.TagClassName
{
border-color: #FC8CED;
}
</style>