Shades of Pale Magenta #FB86E4
Tints of Pale Magenta #FB86E4
RGB
CMYK
RGB Variations
Color information
#FB86E4 (or 0xFB86E4) is known color: Pale Magenta. HEX triplet: FB, 86 and E4. RGB value is (251,134,228). Sum of RGB (Red+Green+Blue) = 251+134+228=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 134 (52.73% from 255 or 21.86% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86E4 is #04791B. Grayscale: #B3B3B3. Windows color (decimal): -293148 or 14976763. OLE color: 14976763.
HSL color Cylindrical-coordinate representation of color #FB86E4: hue angle of 311.79º 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 #FB86E4 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 228 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.02 |
| HSL | 311.79º | 0.94% | 0.75% | - |
| HSV(B) | 311.79º | 0.47% | 0.98% | - |
| XYZ | 62.31 | 43.16 | 78.45 | - |
| YUV | 179.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 228 | 0 | 0.47 | 0.09 | 0.02 | 311.79 | 0.94 | 0.75 |
| Hex | FB | 86 | E4 | 0 | 2F | 9 | 2 | 138 | 5E | 4B |
| Octal | 373 | 206 | 344 | 0 | 57 | 11 | 2 | 470 | 136 | 113 |
| Binary | 11111011 | 10000110 | 11100100 | 0 | 101111 | 1001 | 10 | 100111000 | 1011110 | 1001011 |
Color Harmonies of #FB86E4
Complementary color
Monochromatic Colors of #FB86E4
Black with #FB86E4
Text Example
Text Example
White with #FB86E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB86E4; }
p { color: rgb(251,134,228); }
H1.HeaderClassName
{
color: #FB86E4;
}
.AnyTagClassName
{
color: #FB86E4;
}
</style>
background-color css
<style>
a { background-color: #FB86E4; }
a { background-color: rgb(251,134,228); }
div.DivClassName
{
background-color: #FB86E4;
}
.BgClassName
{
background-color: #FB86E4;
}
</style>
border-color css
<style>
span { border-color: #FB86E4; }
span { border-color: rgb(251,134,228); }
td.TdClassName
{
border-color: #FB86E4;
}
.TagClassName
{
border-color: #FB86E4;
}
</style>