Shades of Pale Magenta #FB7BEC
Tints of Pale Magenta #FB7BEC
RGB
CMYK
RGB Variations
Color information
#FB7BEC (or 0xFB7BEC) is known color: Pale Magenta. HEX triplet: FB, 7B and EC. RGB value is (251,123,236). Sum of RGB (Red+Green+Blue) = 251+123+236=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BEC is #048413. Grayscale: #ADADAD. Windows color (decimal): -295956 or 15498235. OLE color: 15498235.
HSL color Cylindrical-coordinate representation of color #FB7BEC: hue angle of 307.03º 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 #FB7BEC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 236 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.02 |
| HSL | 307.03º | 0.94% | 0.73% | - |
| HSV(B) | 307.03º | 0.51% | 0.98% | - |
| XYZ | 62.01 | 40.73 | 83.95 | - |
| YUV | 174.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 236 | 0 | 0.51 | 0.06 | 0.02 | 307.03 | 0.94 | 0.73 |
| Hex | FB | 7B | EC | 0 | 33 | 6 | 2 | 133 | 5E | 49 |
| Octal | 373 | 173 | 354 | 0 | 63 | 6 | 2 | 463 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11101100 | 0 | 110011 | 110 | 10 | 100110011 | 1011110 | 1001001 |
Color Harmonies of #FB7BEC
Complementary color
Monochromatic Colors of #FB7BEC
Black with #FB7BEC
Text Example
Text Example
White with #FB7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BEC; }
p { color: rgb(251,123,236); }
H1.HeaderClassName
{
color: #FB7BEC;
}
.AnyTagClassName
{
color: #FB7BEC;
}
</style>
background-color css
<style>
a { background-color: #FB7BEC; }
a { background-color: rgb(251,123,236); }
div.DivClassName
{
background-color: #FB7BEC;
}
.BgClassName
{
background-color: #FB7BEC;
}
</style>
border-color css
<style>
span { border-color: #FB7BEC; }
span { border-color: rgb(251,123,236); }
td.TdClassName
{
border-color: #FB7BEC;
}
.TagClassName
{
border-color: #FB7BEC;
}
</style>