Shades of Pale Magenta #FB7BEE
Tints of Pale Magenta #FB7BEE
RGB
CMYK
RGB Variations
Color information
#FB7BEE (or 0xFB7BEE) is known color: Pale Magenta. HEX triplet: FB, 7B and EE. RGB value is (251,123,238). Sum of RGB (Red+Green+Blue) = 251+123+238=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 123 (48.44% from 255 or 20.10% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BEE is #048411. Grayscale: #AEAEAE. Windows color (decimal): -295954 or 15629307. OLE color: 15629307.
HSL color Cylindrical-coordinate representation of color #FB7BEE: hue angle of 306.09º 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 #FB7BEE is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 238 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.02 |
| HSL | 306.09º | 0.94% | 0.73% | - |
| HSV(B) | 306.09º | 0.51% | 0.98% | - |
| XYZ | 62.3 | 40.85 | 85.49 | - |
| YUV | 174.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 238 | 0 | 0.51 | 0.05 | 0.02 | 306.09 | 0.94 | 0.73 |
| Hex | FB | 7B | EE | 0 | 33 | 5 | 2 | 132 | 5E | 49 |
| Octal | 373 | 173 | 356 | 0 | 63 | 5 | 2 | 462 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11101110 | 0 | 110011 | 101 | 10 | 100110010 | 1011110 | 1001001 |
Color Harmonies of #FB7BEE
Complementary color
Monochromatic Colors of #FB7BEE
Black with #FB7BEE
Text Example
Text Example
White with #FB7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BEE; }
p { color: rgb(251,123,238); }
H1.HeaderClassName
{
color: #FB7BEE;
}
.AnyTagClassName
{
color: #FB7BEE;
}
</style>
background-color css
<style>
a { background-color: #FB7BEE; }
a { background-color: rgb(251,123,238); }
div.DivClassName
{
background-color: #FB7BEE;
}
.BgClassName
{
background-color: #FB7BEE;
}
</style>
border-color css
<style>
span { border-color: #FB7BEE; }
span { border-color: rgb(251,123,238); }
td.TdClassName
{
border-color: #FB7BEE;
}
.TagClassName
{
border-color: #FB7BEE;
}
</style>