Shades of Pale Magenta #FB7BED
Tints of Pale Magenta #FB7BED
RGB
CMYK
RGB Variations
Color information
#FB7BED (or 0xFB7BED) is known color: Pale Magenta. HEX triplet: FB, 7B and ED. RGB value is (251,123,237). Sum of RGB (Red+Green+Blue) = 251+123+237=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 123 (48.44% from 255 or 20.13% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BED is #048412. Grayscale: #ADADAD. Windows color (decimal): -295955 or 15563771. OLE color: 15563771.
HSL color Cylindrical-coordinate representation of color #FB7BED: hue angle of 306.56º 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 #FB7BED is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 237 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.02 |
| HSL | 306.56º | 0.94% | 0.73% | - |
| HSV(B) | 306.56º | 0.51% | 0.98% | - |
| XYZ | 62.15 | 40.79 | 84.72 | - |
| YUV | 174.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 237 | 0 | 0.51 | 0.06 | 0.02 | 306.56 | 0.94 | 0.73 |
| Hex | FB | 7B | ED | 0 | 33 | 6 | 2 | 133 | 5E | 49 |
| Octal | 373 | 173 | 355 | 0 | 63 | 6 | 2 | 463 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11101101 | 0 | 110011 | 110 | 10 | 100110011 | 1011110 | 1001001 |
Color Harmonies of #FB7BED
Complementary color
Monochromatic Colors of #FB7BED
Black with #FB7BED
Text Example
Text Example
White with #FB7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BED; }
p { color: rgb(251,123,237); }
H1.HeaderClassName
{
color: #FB7BED;
}
.AnyTagClassName
{
color: #FB7BED;
}
</style>
background-color css
<style>
a { background-color: #FB7BED; }
a { background-color: rgb(251,123,237); }
div.DivClassName
{
background-color: #FB7BED;
}
.BgClassName
{
background-color: #FB7BED;
}
</style>
border-color css
<style>
span { border-color: #FB7BED; }
span { border-color: rgb(251,123,237); }
td.TdClassName
{
border-color: #FB7BED;
}
.TagClassName
{
border-color: #FB7BED;
}
</style>