Shades of Pale Magenta #FB90E0
Tints of Pale Magenta #FB90E0
RGB
CMYK
RGB Variations
Color information
#FB90E0 (or 0xFB90E0) is known color: Pale Magenta. HEX triplet: FB, 90 and E0. RGB value is (251,144,224). Sum of RGB (Red+Green+Blue) = 251+144+224=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90E0 is #046F1F. Grayscale: #B8B8B8. Windows color (decimal): -290592 or 14717179. OLE color: 14717179.
HSL color Cylindrical-coordinate representation of color #FB90E0: hue angle of 315.14º 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 #FB90E0 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 224 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.02 |
| HSL | 315.14º | 0.93% | 0.77% | - |
| HSV(B) | 315.14º | 0.43% | 0.98% | - |
| XYZ | 63.21 | 45.84 | 76.04 | - |
| YUV | 185.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 224 | 0 | 0.43 | 0.11 | 0.02 | 315.14 | 0.93 | 0.77 |
| Hex | FB | 90 | E0 | 0 | 2B | B | 2 | 13B | 5D | 4D |
| Octal | 373 | 220 | 340 | 0 | 53 | 13 | 2 | 473 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11100000 | 0 | 101011 | 1011 | 10 | 100111011 | 1011101 | 1001101 |
Color Harmonies of #FB90E0
Complementary color
Monochromatic Colors of #FB90E0
Black with #FB90E0
Text Example
Text Example
White with #FB90E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90E0; }
p { color: rgb(251,144,224); }
H1.HeaderClassName
{
color: #FB90E0;
}
.AnyTagClassName
{
color: #FB90E0;
}
</style>
background-color css
<style>
a { background-color: #FB90E0; }
a { background-color: rgb(251,144,224); }
div.DivClassName
{
background-color: #FB90E0;
}
.BgClassName
{
background-color: #FB90E0;
}
</style>
border-color css
<style>
span { border-color: #FB90E0; }
span { border-color: rgb(251,144,224); }
td.TdClassName
{
border-color: #FB90E0;
}
.TagClassName
{
border-color: #FB90E0;
}
</style>