Shades of Pale Magenta #FB7EDB
Tints of Pale Magenta #FB7EDB
RGB
CMYK
RGB Variations
Color information
#FB7EDB (or 0xFB7EDB) is known color: Pale Magenta. HEX triplet: FB, 7E and DB. RGB value is (251,126,219). Sum of RGB (Red+Green+Blue) = 251+126+219=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EDB is #048124. Grayscale: #ADADAD. Windows color (decimal): -295205 or 14384891. OLE color: 14384891.
HSL color Cylindrical-coordinate representation of color #FB7EDB: hue angle of 315.36º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7EDB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 219 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.02 |
| HSL | 315.36º | 0.94% | 0.74% | - |
| HSV(B) | 315.36º | 0.5% | 0.98% | - |
| XYZ | 60.03 | 40.55 | 71.68 | - |
| YUV | 173.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 219 | 0 | 0.50 | 0.13 | 0.02 | 315.36 | 0.94 | 0.74 |
| Hex | FB | 7E | DB | 0 | 32 | D | 2 | 13B | 5E | 4A |
| Octal | 373 | 176 | 333 | 0 | 62 | 15 | 2 | 473 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11011011 | 0 | 110010 | 1101 | 10 | 100111011 | 1011110 | 1001010 |
Color Harmonies of #FB7EDB
Complementary color
Monochromatic Colors of #FB7EDB
Black with #FB7EDB
Text Example
Text Example
White with #FB7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7EDB; }
p { color: rgb(251,126,219); }
H1.HeaderClassName
{
color: #FB7EDB;
}
.AnyTagClassName
{
color: #FB7EDB;
}
</style>
background-color css
<style>
a { background-color: #FB7EDB; }
a { background-color: rgb(251,126,219); }
div.DivClassName
{
background-color: #FB7EDB;
}
.BgClassName
{
background-color: #FB7EDB;
}
</style>
border-color css
<style>
span { border-color: #FB7EDB; }
span { border-color: rgb(251,126,219); }
td.TdClassName
{
border-color: #FB7EDB;
}
.TagClassName
{
border-color: #FB7EDB;
}
</style>