Shades of Pale Magenta #FC8BED
Tints of Pale Magenta #FC8BED
RGB
CMYK
RGB Variations
Color information
#FC8BED (or 0xFC8BED) is known color: Pale Magenta. HEX triplet: FC, 8B and ED. RGB value is (252,139,237). Sum of RGB (Red+Green+Blue) = 252+139+237=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 139 (54.69% from 255 or 22.13% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BED is #037412. Grayscale: #B7B7B7. Windows color (decimal): -226323 or 15567868. OLE color: 15567868.
HSL color Cylindrical-coordinate representation of color #FC8BED: hue angle of 307.96º 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 #FC8BED is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 237 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.01 |
| HSL | 307.96º | 0.95% | 0.77% | - |
| HSV(B) | 307.96º | 0.45% | 0.99% | - |
| XYZ | 64.66 | 45.28 | 85.45 | - |
| YUV | 183.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 237 | 0 | 0.45 | 0.06 | 0.01 | 307.96 | 0.95 | 0.77 |
| Hex | FC | 8B | ED | 0 | 2D | 6 | 1 | 134 | 5F | 4D |
| Octal | 374 | 213 | 355 | 0 | 55 | 6 | 1 | 464 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11101101 | 0 | 101101 | 110 | 1 | 100110100 | 1011111 | 1001101 |
Color Harmonies of #FC8BED
Complementary color
Monochromatic Colors of #FC8BED
Black with #FC8BED
Text Example
Text Example
White with #FC8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BED; }
p { color: rgb(252,139,237); }
H1.HeaderClassName
{
color: #FC8BED;
}
.AnyTagClassName
{
color: #FC8BED;
}
</style>
background-color css
<style>
a { background-color: #FC8BED; }
a { background-color: rgb(252,139,237); }
div.DivClassName
{
background-color: #FC8BED;
}
.BgClassName
{
background-color: #FC8BED;
}
</style>
border-color css
<style>
span { border-color: #FC8BED; }
span { border-color: rgb(252,139,237); }
td.TdClassName
{
border-color: #FC8BED;
}
.TagClassName
{
border-color: #FC8BED;
}
</style>