Shades of Pale Magenta #FB8EF3
Tints of Pale Magenta #FB8EF3
RGB
CMYK
RGB Variations
Color information
#FB8EF3 (or 0xFB8EF3) is known color: Pale Magenta. HEX triplet: FB, 8E and F3. RGB value is (251,142,243). Sum of RGB (Red+Green+Blue) = 251+142+243=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 142 (55.86% from 255 or 22.33% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8EF3 is #04710C. Grayscale: #B9B9B9. Windows color (decimal): -291085 or 15961851. OLE color: 15961851.
HSL color Cylindrical-coordinate representation of color #FB8EF3: hue angle of 304.4º 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 #FB8EF3 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 243 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.02 |
| HSL | 304.4º | 0.93% | 0.77% | - |
| HSV(B) | 304.4º | 0.43% | 0.98% | - |
| XYZ | 65.63 | 46.33 | 90.28 | - |
| YUV | 186.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 243 | 0 | 0.43 | 0.03 | 0.02 | 304.4 | 0.93 | 0.77 |
| Hex | FB | 8E | F3 | 0 | 2B | 3 | 2 | 130 | 5D | 4D |
| Octal | 373 | 216 | 363 | 0 | 53 | 3 | 2 | 460 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11110011 | 0 | 101011 | 11 | 10 | 100110000 | 1011101 | 1001101 |
Color Harmonies of #FB8EF3
Complementary color
Monochromatic Colors of #FB8EF3
Black with #FB8EF3
Text Example
Text Example
White with #FB8EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EF3; }
p { color: rgb(251,142,243); }
H1.HeaderClassName
{
color: #FB8EF3;
}
.AnyTagClassName
{
color: #FB8EF3;
}
</style>
background-color css
<style>
a { background-color: #FB8EF3; }
a { background-color: rgb(251,142,243); }
div.DivClassName
{
background-color: #FB8EF3;
}
.BgClassName
{
background-color: #FB8EF3;
}
</style>
border-color css
<style>
span { border-color: #FB8EF3; }
span { border-color: rgb(251,142,243); }
td.TdClassName
{
border-color: #FB8EF3;
}
.TagClassName
{
border-color: #FB8EF3;
}
</style>