Shades of Pale Magenta #FC8BEF
Tints of Pale Magenta #FC8BEF
RGB
CMYK
RGB Variations
Color information
#FC8BEF (or 0xFC8BEF) is known color: Pale Magenta. HEX triplet: FC, 8B and EF. RGB value is (252,139,239). Sum of RGB (Red+Green+Blue) = 252+139+239=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 139 (54.69% from 255 or 22.06% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BEF is #037410. Grayscale: #B7B7B7. Windows color (decimal): -226321 or 15698940. OLE color: 15698940.
HSL color Cylindrical-coordinate representation of color #FC8BEF: hue angle of 306.9º 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 #FC8BEF is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 239 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.01 |
| HSL | 306.9º | 0.95% | 0.77% | - |
| HSV(B) | 306.9º | 0.45% | 0.99% | - |
| XYZ | 64.96 | 45.39 | 87 | - |
| YUV | 184.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 239 | 0 | 0.45 | 0.05 | 0.01 | 306.9 | 0.95 | 0.77 |
| Hex | FC | 8B | EF | 0 | 2D | 5 | 1 | 133 | 5F | 4D |
| Octal | 374 | 213 | 357 | 0 | 55 | 5 | 1 | 463 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11101111 | 0 | 101101 | 101 | 1 | 100110011 | 1011111 | 1001101 |
Color Harmonies of #FC8BEF
Complementary color
Monochromatic Colors of #FC8BEF
Black with #FC8BEF
Text Example
Text Example
White with #FC8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BEF; }
p { color: rgb(252,139,239); }
H1.HeaderClassName
{
color: #FC8BEF;
}
.AnyTagClassName
{
color: #FC8BEF;
}
</style>
background-color css
<style>
a { background-color: #FC8BEF; }
a { background-color: rgb(252,139,239); }
div.DivClassName
{
background-color: #FC8BEF;
}
.BgClassName
{
background-color: #FC8BEF;
}
</style>
border-color css
<style>
span { border-color: #FC8BEF; }
span { border-color: rgb(252,139,239); }
td.TdClassName
{
border-color: #FC8BEF;
}
.TagClassName
{
border-color: #FC8BEF;
}
</style>