Shades of Pale Magenta #FB86E5
Tints of Pale Magenta #FB86E5
RGB
CMYK
RGB Variations
Color information
#FB86E5 (or 0xFB86E5) is known color: Pale Magenta. HEX triplet: FB, 86 and E5. RGB value is (251,134,229). Sum of RGB (Red+Green+Blue) = 251+134+229=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86E5 is #04791A. Grayscale: #B3B3B3. Windows color (decimal): -293147 or 15042299. OLE color: 15042299.
HSL color Cylindrical-coordinate representation of color #FB86E5: hue angle of 311.28º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB86E5 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 229 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.02 |
| HSL | 311.28º | 0.94% | 0.75% | - |
| HSV(B) | 311.28º | 0.47% | 0.98% | - |
| XYZ | 62.45 | 43.22 | 79.18 | - |
| YUV | 179.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 229 | 0 | 0.47 | 0.09 | 0.02 | 311.28 | 0.94 | 0.75 |
| Hex | FB | 86 | E5 | 0 | 2F | 9 | 2 | 137 | 5E | 4B |
| Octal | 373 | 206 | 345 | 0 | 57 | 11 | 2 | 467 | 136 | 113 |
| Binary | 11111011 | 10000110 | 11100101 | 0 | 101111 | 1001 | 10 | 100110111 | 1011110 | 1001011 |
Color Harmonies of #FB86E5
Complementary color
Monochromatic Colors of #FB86E5
Black with #FB86E5
Text Example
Text Example
White with #FB86E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB86E5; }
p { color: rgb(251,134,229); }
H1.HeaderClassName
{
color: #FB86E5;
}
.AnyTagClassName
{
color: #FB86E5;
}
</style>
background-color css
<style>
a { background-color: #FB86E5; }
a { background-color: rgb(251,134,229); }
div.DivClassName
{
background-color: #FB86E5;
}
.BgClassName
{
background-color: #FB86E5;
}
</style>
border-color css
<style>
span { border-color: #FB86E5; }
span { border-color: rgb(251,134,229); }
td.TdClassName
{
border-color: #FB86E5;
}
.TagClassName
{
border-color: #FB86E5;
}
</style>