Shades of Pale Magenta #FB7BE2
Tints of Pale Magenta #FB7BE2
RGB
CMYK
RGB Variations
Color information
#FB7BE2 (or 0xFB7BE2) is known color: Pale Magenta. HEX triplet: FB, 7B and E2. RGB value is (251,123,226). Sum of RGB (Red+Green+Blue) = 251+123+226=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BE2 is #04841D. Grayscale: #ACACAC. Windows color (decimal): -295966 or 14842875. OLE color: 14842875.
HSL color Cylindrical-coordinate representation of color #FB7BE2: hue angle of 311.72º 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 #FB7BE2 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 226 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.02 |
| HSL | 311.72º | 0.94% | 0.73% | - |
| HSV(B) | 311.72º | 0.51% | 0.98% | - |
| XYZ | 60.59 | 40.17 | 76.51 | - |
| YUV | 173.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 226 | 0 | 0.51 | 0.10 | 0.02 | 311.72 | 0.94 | 0.73 |
| Hex | FB | 7B | E2 | 0 | 33 | A | 2 | 138 | 5E | 49 |
| Octal | 373 | 173 | 342 | 0 | 63 | 12 | 2 | 470 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11100010 | 0 | 110011 | 1010 | 10 | 100111000 | 1011110 | 1001001 |
Color Harmonies of #FB7BE2
Complementary color
Monochromatic Colors of #FB7BE2
Black with #FB7BE2
Text Example
Text Example
White with #FB7BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BE2; }
p { color: rgb(251,123,226); }
H1.HeaderClassName
{
color: #FB7BE2;
}
.AnyTagClassName
{
color: #FB7BE2;
}
</style>
background-color css
<style>
a { background-color: #FB7BE2; }
a { background-color: rgb(251,123,226); }
div.DivClassName
{
background-color: #FB7BE2;
}
.BgClassName
{
background-color: #FB7BE2;
}
</style>
border-color css
<style>
span { border-color: #FB7BE2; }
span { border-color: rgb(251,123,226); }
td.TdClassName
{
border-color: #FB7BE2;
}
.TagClassName
{
border-color: #FB7BE2;
}
</style>