Shades of Pale Magenta #FC8CEB
Tints of Pale Magenta #FC8CEB
RGB
CMYK
RGB Variations
Color information
#FC8CEB (or 0xFC8CEB) is known color: Pale Magenta. HEX triplet: FC, 8C and EB. RGB value is (252,140,235). Sum of RGB (Red+Green+Blue) = 252+140+235=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CEB is #037314. Grayscale: #B8B8B8. Windows color (decimal): -226069 or 15437052. OLE color: 15437052.
HSL color Cylindrical-coordinate representation of color #FC8CEB: hue angle of 309.11º 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 #FC8CEB is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 235 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.01 |
| HSL | 309.11º | 0.95% | 0.77% | - |
| HSV(B) | 309.11º | 0.44% | 0.99% | - |
| XYZ | 64.52 | 45.45 | 83.97 | - |
| YUV | 184.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 235 | 0 | 0.44 | 0.07 | 0.01 | 309.11 | 0.95 | 0.77 |
| Hex | FC | 8C | EB | 0 | 2C | 7 | 1 | 135 | 5F | 4D |
| Octal | 374 | 214 | 353 | 0 | 54 | 7 | 1 | 465 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11101011 | 0 | 101100 | 111 | 1 | 100110101 | 1011111 | 1001101 |
Color Harmonies of #FC8CEB
Complementary color
Monochromatic Colors of #FC8CEB
Black with #FC8CEB
Text Example
Text Example
White with #FC8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CEB; }
p { color: rgb(252,140,235); }
H1.HeaderClassName
{
color: #FC8CEB;
}
.AnyTagClassName
{
color: #FC8CEB;
}
</style>
background-color css
<style>
a { background-color: #FC8CEB; }
a { background-color: rgb(252,140,235); }
div.DivClassName
{
background-color: #FC8CEB;
}
.BgClassName
{
background-color: #FC8CEB;
}
</style>
border-color css
<style>
span { border-color: #FC8CEB; }
span { border-color: rgb(252,140,235); }
td.TdClassName
{
border-color: #FC8CEB;
}
.TagClassName
{
border-color: #FC8CEB;
}
</style>