Shades of Pale Magenta #FB7EDA
Tints of Pale Magenta #FB7EDA
RGB
CMYK
RGB Variations
Color information
#FB7EDA (or 0xFB7EDA) is known color: Pale Magenta. HEX triplet: FB, 7E and DA. RGB value is (251,126,218). Sum of RGB (Red+Green+Blue) = 251+126+218=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EDA is #048125. Grayscale: #ADADAD. Windows color (decimal): -295206 or 14319355. OLE color: 14319355.
HSL color Cylindrical-coordinate representation of color #FB7EDA: hue angle of 315.84º 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 #FB7EDA is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 218 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.02 |
| HSL | 315.84º | 0.94% | 0.74% | - |
| HSV(B) | 315.84º | 0.5% | 0.98% | - |
| XYZ | 59.9 | 40.49 | 70.99 | - |
| YUV | 173.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 218 | 0 | 0.50 | 0.13 | 0.02 | 315.84 | 0.94 | 0.74 |
| Hex | FB | 7E | DA | 0 | 32 | D | 2 | 13C | 5E | 4A |
| Octal | 373 | 176 | 332 | 0 | 62 | 15 | 2 | 474 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11011010 | 0 | 110010 | 1101 | 10 | 100111100 | 1011110 | 1001010 |
Color Harmonies of #FB7EDA
Complementary color
Monochromatic Colors of #FB7EDA
Black with #FB7EDA
Text Example
Text Example
White with #FB7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7EDA; }
p { color: rgb(251,126,218); }
H1.HeaderClassName
{
color: #FB7EDA;
}
.AnyTagClassName
{
color: #FB7EDA;
}
</style>
background-color css
<style>
a { background-color: #FB7EDA; }
a { background-color: rgb(251,126,218); }
div.DivClassName
{
background-color: #FB7EDA;
}
.BgClassName
{
background-color: #FB7EDA;
}
</style>
border-color css
<style>
span { border-color: #FB7EDA; }
span { border-color: rgb(251,126,218); }
td.TdClassName
{
border-color: #FB7EDA;
}
.TagClassName
{
border-color: #FB7EDA;
}
</style>