Shades of Pale Magenta #FB8FE7
Tints of Pale Magenta #FB8FE7
RGB
CMYK
RGB Variations
Color information
#FB8FE7 (or 0xFB8FE7) is known color: Pale Magenta. HEX triplet: FB, 8F and E7. RGB value is (251,143,231). Sum of RGB (Red+Green+Blue) = 251+143+231=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 143 (56.25% from 255 or 22.88% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8FE7 is #047018. Grayscale: #B9B9B9. Windows color (decimal): -290841 or 15175675. OLE color: 15175675.
HSL color Cylindrical-coordinate representation of color #FB8FE7: hue angle of 311.11º 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 #FB8FE7 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 231 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.02 |
| HSL | 311.11º | 0.93% | 0.77% | - |
| HSV(B) | 311.11º | 0.43% | 0.98% | - |
| XYZ | 64.03 | 45.92 | 81.09 | - |
| YUV | 185.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 231 | 0 | 0.43 | 0.08 | 0.02 | 311.11 | 0.93 | 0.77 |
| Hex | FB | 8F | E7 | 0 | 2B | 8 | 2 | 137 | 5D | 4D |
| Octal | 373 | 217 | 347 | 0 | 53 | 10 | 2 | 467 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11100111 | 0 | 101011 | 1000 | 10 | 100110111 | 1011101 | 1001101 |
Color Harmonies of #FB8FE7
Complementary color
Monochromatic Colors of #FB8FE7
Black with #FB8FE7
Text Example
Text Example
White with #FB8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FE7; }
p { color: rgb(251,143,231); }
H1.HeaderClassName
{
color: #FB8FE7;
}
.AnyTagClassName
{
color: #FB8FE7;
}
</style>
background-color css
<style>
a { background-color: #FB8FE7; }
a { background-color: rgb(251,143,231); }
div.DivClassName
{
background-color: #FB8FE7;
}
.BgClassName
{
background-color: #FB8FE7;
}
</style>
border-color css
<style>
span { border-color: #FB8FE7; }
span { border-color: rgb(251,143,231); }
td.TdClassName
{
border-color: #FB8FE7;
}
.TagClassName
{
border-color: #FB8FE7;
}
</style>