Shades of Pale Magenta #FB86E2
Tints of Pale Magenta #FB86E2
RGB
CMYK
RGB Variations
Color information
#FB86E2 (or 0xFB86E2) is known color: Pale Magenta. HEX triplet: FB, 86 and E2. RGB value is (251,134,226). Sum of RGB (Red+Green+Blue) = 251+134+226=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86E2 is #04791D. Grayscale: #B3B3B3. Windows color (decimal): -293150 or 14845691. OLE color: 14845691.
HSL color Cylindrical-coordinate representation of color #FB86E2: hue angle of 312.82º 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 #FB86E2 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 226 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.02 |
| HSL | 312.82º | 0.94% | 0.75% | - |
| HSV(B) | 312.82º | 0.47% | 0.98% | - |
| XYZ | 62.04 | 43.05 | 76.99 | - |
| YUV | 179.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 226 | 0 | 0.47 | 0.10 | 0.02 | 312.82 | 0.94 | 0.75 |
| Hex | FB | 86 | E2 | 0 | 2F | A | 2 | 139 | 5E | 4B |
| Octal | 373 | 206 | 342 | 0 | 57 | 12 | 2 | 471 | 136 | 113 |
| Binary | 11111011 | 10000110 | 11100010 | 0 | 101111 | 1010 | 10 | 100111001 | 1011110 | 1001011 |
Color Harmonies of #FB86E2
Complementary color
Monochromatic Colors of #FB86E2
Black with #FB86E2
Text Example
Text Example
White with #FB86E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB86E2; }
p { color: rgb(251,134,226); }
H1.HeaderClassName
{
color: #FB86E2;
}
.AnyTagClassName
{
color: #FB86E2;
}
</style>
background-color css
<style>
a { background-color: #FB86E2; }
a { background-color: rgb(251,134,226); }
div.DivClassName
{
background-color: #FB86E2;
}
.BgClassName
{
background-color: #FB86E2;
}
</style>
border-color css
<style>
span { border-color: #FB86E2; }
span { border-color: rgb(251,134,226); }
td.TdClassName
{
border-color: #FB86E2;
}
.TagClassName
{
border-color: #FB86E2;
}
</style>