Shades of Pale Magenta #FB7BE5
Tints of Pale Magenta #FB7BE5
RGB
CMYK
RGB Variations
Color information
#FB7BE5 (or 0xFB7BE5) is known color: Pale Magenta. HEX triplet: FB, 7B and E5. RGB value is (251,123,229). Sum of RGB (Red+Green+Blue) = 251+123+229=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 123 (48.44% from 255 or 20.40% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BE5 is #04841A. Grayscale: #ADADAD. Windows color (decimal): -295963 or 15039483. OLE color: 15039483.
HSL color Cylindrical-coordinate representation of color #FB7BE5: hue angle of 310.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7BE5 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 229 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.02 |
| HSL | 310.31º | 0.94% | 0.73% | - |
| HSV(B) | 310.31º | 0.51% | 0.98% | - |
| XYZ | 61.01 | 40.33 | 78.7 | - |
| YUV | 173.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 229 | 0 | 0.51 | 0.09 | 0.02 | 310.31 | 0.94 | 0.73 |
| Hex | FB | 7B | E5 | 0 | 33 | 9 | 2 | 136 | 5E | 49 |
| Octal | 373 | 173 | 345 | 0 | 63 | 11 | 2 | 466 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11100101 | 0 | 110011 | 1001 | 10 | 100110110 | 1011110 | 1001001 |
Color Harmonies of #FB7BE5
Complementary color
Monochromatic Colors of #FB7BE5
Black with #FB7BE5
Text Example
Text Example
White with #FB7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BE5; }
p { color: rgb(251,123,229); }
H1.HeaderClassName
{
color: #FB7BE5;
}
.AnyTagClassName
{
color: #FB7BE5;
}
</style>
background-color css
<style>
a { background-color: #FB7BE5; }
a { background-color: rgb(251,123,229); }
div.DivClassName
{
background-color: #FB7BE5;
}
.BgClassName
{
background-color: #FB7BE5;
}
</style>
border-color css
<style>
span { border-color: #FB7BE5; }
span { border-color: rgb(251,123,229); }
td.TdClassName
{
border-color: #FB7BE5;
}
.TagClassName
{
border-color: #FB7BE5;
}
</style>