Shades of Pale Magenta #FB7BE8
Tints of Pale Magenta #FB7BE8
RGB
CMYK
RGB Variations
Color information
#FB7BE8 (or 0xFB7BE8) is known color: Pale Magenta. HEX triplet: FB, 7B and E8. RGB value is (251,123,232). Sum of RGB (Red+Green+Blue) = 251+123+232=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 123 (48.44% from 255 or 20.30% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BE8 is #048417. Grayscale: #ADADAD. Windows color (decimal): -295960 or 15236091. OLE color: 15236091.
HSL color Cylindrical-coordinate representation of color #FB7BE8: hue angle of 308.91º 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 #FB7BE8 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 232 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.02 |
| HSL | 308.91º | 0.94% | 0.73% | - |
| HSV(B) | 308.91º | 0.51% | 0.98% | - |
| XYZ | 61.43 | 40.5 | 80.92 | - |
| YUV | 173.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 232 | 0 | 0.51 | 0.08 | 0.02 | 308.91 | 0.94 | 0.73 |
| Hex | FB | 7B | E8 | 0 | 33 | 8 | 2 | 135 | 5E | 49 |
| Octal | 373 | 173 | 350 | 0 | 63 | 10 | 2 | 465 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11101000 | 0 | 110011 | 1000 | 10 | 100110101 | 1011110 | 1001001 |
Color Harmonies of #FB7BE8
Complementary color
Monochromatic Colors of #FB7BE8
Black with #FB7BE8
Text Example
Text Example
White with #FB7BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BE8; }
p { color: rgb(251,123,232); }
H1.HeaderClassName
{
color: #FB7BE8;
}
.AnyTagClassName
{
color: #FB7BE8;
}
</style>
background-color css
<style>
a { background-color: #FB7BE8; }
a { background-color: rgb(251,123,232); }
div.DivClassName
{
background-color: #FB7BE8;
}
.BgClassName
{
background-color: #FB7BE8;
}
</style>
border-color css
<style>
span { border-color: #FB7BE8; }
span { border-color: rgb(251,123,232); }
td.TdClassName
{
border-color: #FB7BE8;
}
.TagClassName
{
border-color: #FB7BE8;
}
</style>