Shades of Pale Magenta #FB7FED
Tints of Pale Magenta #FB7FED
RGB
CMYK
RGB Variations
Color information
#FB7FED (or 0xFB7FED) is known color: Pale Magenta. HEX triplet: FB, 7F and ED. RGB value is (251,127,237). Sum of RGB (Red+Green+Blue) = 251+127+237=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 127 (50% from 255 or 20.65% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FED is #048012. Grayscale: #B0B0B0. Windows color (decimal): -294931 or 15564795. OLE color: 15564795.
HSL color Cylindrical-coordinate representation of color #FB7FED: hue angle of 306.77º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7FED is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 237 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.02 |
| HSL | 306.77º | 0.94% | 0.74% | - |
| HSV(B) | 306.77º | 0.49% | 0.98% | - |
| XYZ | 62.66 | 41.8 | 84.89 | - |
| YUV | 176.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 237 | 0 | 0.49 | 0.06 | 0.02 | 306.77 | 0.94 | 0.74 |
| Hex | FB | 7F | ED | 0 | 31 | 6 | 2 | 133 | 5E | 4A |
| Octal | 373 | 177 | 355 | 0 | 61 | 6 | 2 | 463 | 136 | 112 |
| Binary | 11111011 | 1111111 | 11101101 | 0 | 110001 | 110 | 10 | 100110011 | 1011110 | 1001010 |
Color Harmonies of #FB7FED
Complementary color
Monochromatic Colors of #FB7FED
Black with #FB7FED
Text Example
Text Example
White with #FB7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7FED; }
p { color: rgb(251,127,237); }
H1.HeaderClassName
{
color: #FB7FED;
}
.AnyTagClassName
{
color: #FB7FED;
}
</style>
background-color css
<style>
a { background-color: #FB7FED; }
a { background-color: rgb(251,127,237); }
div.DivClassName
{
background-color: #FB7FED;
}
.BgClassName
{
background-color: #FB7FED;
}
</style>
border-color css
<style>
span { border-color: #FB7FED; }
span { border-color: rgb(251,127,237); }
td.TdClassName
{
border-color: #FB7FED;
}
.TagClassName
{
border-color: #FB7FED;
}
</style>