Shades of Pale Magenta #FB8BEC
Tints of Pale Magenta #FB8BEC
RGB
CMYK
RGB Variations
Color information
#FB8BEC (or 0xFB8BEC) is known color: Pale Magenta. HEX triplet: FB, 8B and EC. RGB value is (251,139,236). Sum of RGB (Red+Green+Blue) = 251+139+236=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8BEC is #047413. Grayscale: #B7B7B7. Windows color (decimal): -291860 or 15502331. OLE color: 15502331.
HSL color Cylindrical-coordinate representation of color #FB8BEC: hue angle of 308.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BEC is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 236 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.02 |
| HSL | 308.04º | 0.93% | 0.76% | - |
| HSV(B) | 308.04º | 0.45% | 0.98% | - |
| XYZ | 64.16 | 45.03 | 84.67 | - |
| YUV | 183.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 236 | 0 | 0.45 | 0.06 | 0.02 | 308.04 | 0.93 | 0.76 |
| Hex | FB | 8B | EC | 0 | 2D | 6 | 2 | 134 | 5D | 4C |
| Octal | 373 | 213 | 354 | 0 | 55 | 6 | 2 | 464 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11101100 | 0 | 101101 | 110 | 10 | 100110100 | 1011101 | 1001100 |
Color Harmonies of #FB8BEC
Complementary color
Monochromatic Colors of #FB8BEC
Black with #FB8BEC
Text Example
Text Example
White with #FB8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BEC; }
p { color: rgb(251,139,236); }
H1.HeaderClassName
{
color: #FB8BEC;
}
.AnyTagClassName
{
color: #FB8BEC;
}
</style>
background-color css
<style>
a { background-color: #FB8BEC; }
a { background-color: rgb(251,139,236); }
div.DivClassName
{
background-color: #FB8BEC;
}
.BgClassName
{
background-color: #FB8BEC;
}
</style>
border-color css
<style>
span { border-color: #FB8BEC; }
span { border-color: rgb(251,139,236); }
td.TdClassName
{
border-color: #FB8BEC;
}
.TagClassName
{
border-color: #FB8BEC;
}
</style>