Shades of Pale Magenta #FB90E2
Tints of Pale Magenta #FB90E2
RGB
CMYK
RGB Variations
Color information
#FB90E2 (or 0xFB90E2) is known color: Pale Magenta. HEX triplet: FB, 90 and E2. RGB value is (251,144,226). Sum of RGB (Red+Green+Blue) = 251+144+226=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90E2 is #046F1D. Grayscale: #B9B9B9. Windows color (decimal): -290590 or 14848251. OLE color: 14848251.
HSL color Cylindrical-coordinate representation of color #FB90E2: hue angle of 314.02º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90E2 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 226 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.02 |
| HSL | 314.02º | 0.93% | 0.77% | - |
| HSV(B) | 314.02º | 0.43% | 0.98% | - |
| XYZ | 63.48 | 45.95 | 77.47 | - |
| YUV | 185.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 226 | 0 | 0.43 | 0.10 | 0.02 | 314.02 | 0.93 | 0.77 |
| Hex | FB | 90 | E2 | 0 | 2B | A | 2 | 13A | 5D | 4D |
| Octal | 373 | 220 | 342 | 0 | 53 | 12 | 2 | 472 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11100010 | 0 | 101011 | 1010 | 10 | 100111010 | 1011101 | 1001101 |
Color Harmonies of #FB90E2
Complementary color
Monochromatic Colors of #FB90E2
Black with #FB90E2
Text Example
Text Example
White with #FB90E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90E2; }
p { color: rgb(251,144,226); }
H1.HeaderClassName
{
color: #FB90E2;
}
.AnyTagClassName
{
color: #FB90E2;
}
</style>
background-color css
<style>
a { background-color: #FB90E2; }
a { background-color: rgb(251,144,226); }
div.DivClassName
{
background-color: #FB90E2;
}
.BgClassName
{
background-color: #FB90E2;
}
</style>
border-color css
<style>
span { border-color: #FB90E2; }
span { border-color: rgb(251,144,226); }
td.TdClassName
{
border-color: #FB90E2;
}
.TagClassName
{
border-color: #FB90E2;
}
</style>