Shades of Pale Magenta #FB8FEB
Tints of Pale Magenta #FB8FEB
RGB
CMYK
RGB Variations
Color information
#FB8FEB (or 0xFB8FEB) is known color: Pale Magenta. HEX triplet: FB, 8F and EB. RGB value is (251,143,235). Sum of RGB (Red+Green+Blue) = 251+143+235=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 143 (56.25% from 255 or 22.73% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8FEB is #047014. Grayscale: #B9B9B9. Windows color (decimal): -290837 or 15437819. OLE color: 15437819.
HSL color Cylindrical-coordinate representation of color #FB8FEB: hue angle of 308.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FEB is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 235 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.02 |
| HSL | 308.89º | 0.93% | 0.77% | - |
| HSV(B) | 308.89º | 0.43% | 0.98% | - |
| XYZ | 64.6 | 46.15 | 84.1 | - |
| YUV | 185.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 235 | 0 | 0.43 | 0.06 | 0.02 | 308.89 | 0.93 | 0.77 |
| Hex | FB | 8F | EB | 0 | 2B | 6 | 2 | 135 | 5D | 4D |
| Octal | 373 | 217 | 353 | 0 | 53 | 6 | 2 | 465 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11101011 | 0 | 101011 | 110 | 10 | 100110101 | 1011101 | 1001101 |
Color Harmonies of #FB8FEB
Complementary color
Monochromatic Colors of #FB8FEB
Black with #FB8FEB
Text Example
Text Example
White with #FB8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FEB; }
p { color: rgb(251,143,235); }
H1.HeaderClassName
{
color: #FB8FEB;
}
.AnyTagClassName
{
color: #FB8FEB;
}
</style>
background-color css
<style>
a { background-color: #FB8FEB; }
a { background-color: rgb(251,143,235); }
div.DivClassName
{
background-color: #FB8FEB;
}
.BgClassName
{
background-color: #FB8FEB;
}
</style>
border-color css
<style>
span { border-color: #FB8FEB; }
span { border-color: rgb(251,143,235); }
td.TdClassName
{
border-color: #FB8FEB;
}
.TagClassName
{
border-color: #FB8FEB;
}
</style>