Shades of Pale Magenta #FB91ED
Tints of Pale Magenta #FB91ED
RGB
CMYK
RGB Variations
Color information
#FB91ED (or 0xFB91ED) is known color: Pale Magenta. HEX triplet: FB, 91 and ED. RGB value is (251,145,237). Sum of RGB (Red+Green+Blue) = 251+145+237=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB91ED is #046E12. Grayscale: #BABABA. Windows color (decimal): -290323 or 15569403. OLE color: 15569403.
HSL color Cylindrical-coordinate representation of color #FB91ED: hue angle of 307.92º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91ED is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 237 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.02 |
| HSL | 307.92º | 0.93% | 0.78% | - |
| HSV(B) | 307.92º | 0.42% | 0.98% | - |
| XYZ | 65.2 | 46.87 | 85.73 | - |
| YUV | 187.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 237 | 0 | 0.42 | 0.06 | 0.02 | 307.92 | 0.93 | 0.78 |
| Hex | FB | 91 | ED | 0 | 2A | 6 | 2 | 134 | 5D | 4E |
| Octal | 373 | 221 | 355 | 0 | 52 | 6 | 2 | 464 | 135 | 116 |
| Binary | 11111011 | 10010001 | 11101101 | 0 | 101010 | 110 | 10 | 100110100 | 1011101 | 1001110 |
Color Harmonies of #FB91ED
Complementary color
Monochromatic Colors of #FB91ED
Black with #FB91ED
Text Example
Text Example
White with #FB91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91ED; }
p { color: rgb(251,145,237); }
H1.HeaderClassName
{
color: #FB91ED;
}
.AnyTagClassName
{
color: #FB91ED;
}
</style>
background-color css
<style>
a { background-color: #FB91ED; }
a { background-color: rgb(251,145,237); }
div.DivClassName
{
background-color: #FB91ED;
}
.BgClassName
{
background-color: #FB91ED;
}
</style>
border-color css
<style>
span { border-color: #FB91ED; }
span { border-color: rgb(251,145,237); }
td.TdClassName
{
border-color: #FB91ED;
}
.TagClassName
{
border-color: #FB91ED;
}
</style>