Shades of Pale Magenta #FB7BE3
Tints of Pale Magenta #FB7BE3
RGB
CMYK
RGB Variations
Color information
#FB7BE3 (or 0xFB7BE3) is known color: Pale Magenta. HEX triplet: FB, 7B and E3. RGB value is (251,123,227). Sum of RGB (Red+Green+Blue) = 251+123+227=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BE3 is #04841C. Grayscale: #ACACAC. Windows color (decimal): -295965 or 14908411. OLE color: 14908411.
HSL color Cylindrical-coordinate representation of color #FB7BE3: hue angle of 311.25º 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 #FB7BE3 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 227 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.02 |
| HSL | 311.25º | 0.94% | 0.73% | - |
| HSV(B) | 311.25º | 0.51% | 0.98% | - |
| XYZ | 60.73 | 40.22 | 77.24 | - |
| YUV | 173.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 227 | 0 | 0.51 | 0.10 | 0.02 | 311.25 | 0.94 | 0.73 |
| Hex | FB | 7B | E3 | 0 | 33 | A | 2 | 137 | 5E | 49 |
| Octal | 373 | 173 | 343 | 0 | 63 | 12 | 2 | 467 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11100011 | 0 | 110011 | 1010 | 10 | 100110111 | 1011110 | 1001001 |
Color Harmonies of #FB7BE3
Complementary color
Monochromatic Colors of #FB7BE3
Black with #FB7BE3
Text Example
Text Example
White with #FB7BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BE3; }
p { color: rgb(251,123,227); }
H1.HeaderClassName
{
color: #FB7BE3;
}
.AnyTagClassName
{
color: #FB7BE3;
}
</style>
background-color css
<style>
a { background-color: #FB7BE3; }
a { background-color: rgb(251,123,227); }
div.DivClassName
{
background-color: #FB7BE3;
}
.BgClassName
{
background-color: #FB7BE3;
}
</style>
border-color css
<style>
span { border-color: #FB7BE3; }
span { border-color: rgb(251,123,227); }
td.TdClassName
{
border-color: #FB7BE3;
}
.TagClassName
{
border-color: #FB7BE3;
}
</style>