Shades of Pale Magenta #FC8BE6
Tints of Pale Magenta #FC8BE6
RGB
CMYK
RGB Variations
Color information
#FC8BE6 (or 0xFC8BE6) is known color: Pale Magenta. HEX triplet: FC, 8B and E6. RGB value is (252,139,230). Sum of RGB (Red+Green+Blue) = 252+139+230=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 139 (54.69% from 255 or 22.38% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BE6 is #037419. Grayscale: #B6B6B6. Windows color (decimal): -226330 or 15109116. OLE color: 15109116.
HSL color Cylindrical-coordinate representation of color #FC8BE6: hue angle of 311.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BE6 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 230 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.01 |
| HSL | 311.68º | 0.95% | 0.77% | - |
| HSV(B) | 311.68º | 0.45% | 0.99% | - |
| XYZ | 63.66 | 44.87 | 80.17 | - |
| YUV | 183.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 230 | 0 | 0.45 | 0.09 | 0.01 | 311.68 | 0.95 | 0.77 |
| Hex | FC | 8B | E6 | 0 | 2D | 9 | 1 | 138 | 5F | 4D |
| Octal | 374 | 213 | 346 | 0 | 55 | 11 | 1 | 470 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11100110 | 0 | 101101 | 1001 | 1 | 100111000 | 1011111 | 1001101 |
Color Harmonies of #FC8BE6
Complementary color
Monochromatic Colors of #FC8BE6
Black with #FC8BE6
Text Example
Text Example
White with #FC8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BE6; }
p { color: rgb(252,139,230); }
H1.HeaderClassName
{
color: #FC8BE6;
}
.AnyTagClassName
{
color: #FC8BE6;
}
</style>
background-color css
<style>
a { background-color: #FC8BE6; }
a { background-color: rgb(252,139,230); }
div.DivClassName
{
background-color: #FC8BE6;
}
.BgClassName
{
background-color: #FC8BE6;
}
</style>
border-color css
<style>
span { border-color: #FC8BE6; }
span { border-color: rgb(252,139,230); }
td.TdClassName
{
border-color: #FC8BE6;
}
.TagClassName
{
border-color: #FC8BE6;
}
</style>