Shades of Pale Magenta #FB8FE5
Tints of Pale Magenta #FB8FE5
RGB
CMYK
RGB Variations
Color information
#FB8FE5 (or 0xFB8FE5) is known color: Pale Magenta. HEX triplet: FB, 8F and E5. RGB value is (251,143,229). Sum of RGB (Red+Green+Blue) = 251+143+229=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FE5 is #04701A. Grayscale: #B8B8B8. Windows color (decimal): -290843 or 15044603. OLE color: 15044603.
HSL color Cylindrical-coordinate representation of color #FB8FE5: hue angle of 312.22º 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 #FB8FE5 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 229 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.02 |
| HSL | 312.22º | 0.93% | 0.77% | - |
| HSV(B) | 312.22º | 0.43% | 0.98% | - |
| XYZ | 63.75 | 45.81 | 79.61 | - |
| YUV | 185.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 229 | 0 | 0.43 | 0.09 | 0.02 | 312.22 | 0.93 | 0.77 |
| Hex | FB | 8F | E5 | 0 | 2B | 9 | 2 | 138 | 5D | 4D |
| Octal | 373 | 217 | 345 | 0 | 53 | 11 | 2 | 470 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11100101 | 0 | 101011 | 1001 | 10 | 100111000 | 1011101 | 1001101 |
Color Harmonies of #FB8FE5
Complementary color
Monochromatic Colors of #FB8FE5
Black with #FB8FE5
Text Example
Text Example
White with #FB8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FE5; }
p { color: rgb(251,143,229); }
H1.HeaderClassName
{
color: #FB8FE5;
}
.AnyTagClassName
{
color: #FB8FE5;
}
</style>
background-color css
<style>
a { background-color: #FB8FE5; }
a { background-color: rgb(251,143,229); }
div.DivClassName
{
background-color: #FB8FE5;
}
.BgClassName
{
background-color: #FB8FE5;
}
</style>
border-color css
<style>
span { border-color: #FB8FE5; }
span { border-color: rgb(251,143,229); }
td.TdClassName
{
border-color: #FB8FE5;
}
.TagClassName
{
border-color: #FB8FE5;
}
</style>