Shades of Pale Magenta #FB8FE1
Tints of Pale Magenta #FB8FE1
RGB
CMYK
RGB Variations
Color information
#FB8FE1 (or 0xFB8FE1) is known color: Pale Magenta. HEX triplet: FB, 8F and E1. RGB value is (251,143,225). Sum of RGB (Red+Green+Blue) = 251+143+225=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FE1 is #04701E. Grayscale: #B8B8B8. Windows color (decimal): -290847 or 14782459. OLE color: 14782459.
HSL color Cylindrical-coordinate representation of color #FB8FE1: hue angle of 314.44º 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 #FB8FE1 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 225 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.02 |
| HSL | 314.44º | 0.93% | 0.77% | - |
| HSV(B) | 314.44º | 0.43% | 0.98% | - |
| XYZ | 63.2 | 45.59 | 76.7 | - |
| YUV | 184.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 225 | 0 | 0.43 | 0.10 | 0.02 | 314.44 | 0.93 | 0.77 |
| Hex | FB | 8F | E1 | 0 | 2B | A | 2 | 13A | 5D | 4D |
| Octal | 373 | 217 | 341 | 0 | 53 | 12 | 2 | 472 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11100001 | 0 | 101011 | 1010 | 10 | 100111010 | 1011101 | 1001101 |
Color Harmonies of #FB8FE1
Complementary color
Monochromatic Colors of #FB8FE1
Black with #FB8FE1
Text Example
Text Example
White with #FB8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FE1; }
p { color: rgb(251,143,225); }
H1.HeaderClassName
{
color: #FB8FE1;
}
.AnyTagClassName
{
color: #FB8FE1;
}
</style>
background-color css
<style>
a { background-color: #FB8FE1; }
a { background-color: rgb(251,143,225); }
div.DivClassName
{
background-color: #FB8FE1;
}
.BgClassName
{
background-color: #FB8FE1;
}
</style>
border-color css
<style>
span { border-color: #FB8FE1; }
span { border-color: rgb(251,143,225); }
td.TdClassName
{
border-color: #FB8FE1;
}
.TagClassName
{
border-color: #FB8FE1;
}
</style>