Shades of Pale Magenta #FB8DF0
Tints of Pale Magenta #FB8DF0
RGB
CMYK
RGB Variations
Color information
#FB8DF0 (or 0xFB8DF0) is known color: Pale Magenta. HEX triplet: FB, 8D and F0. RGB value is (251,141,240). Sum of RGB (Red+Green+Blue) = 251+141+240=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 141 (55.47% from 255 or 22.31% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8DF0 is #04720F. Grayscale: #B8B8B8. Windows color (decimal): -291344 or 15764987. OLE color: 15764987.
HSL color Cylindrical-coordinate representation of color #FB8DF0: hue angle of 306º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DF0 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 240 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.02 |
| HSL | 306º | 0.93% | 0.77% | - |
| HSV(B) | 306º | 0.44% | 0.98% | - |
| XYZ | 65.04 | 45.85 | 87.86 | - |
| YUV | 185.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 240 | 0 | 0.44 | 0.04 | 0.02 | 306 | 0.93 | 0.77 |
| Hex | FB | 8D | F0 | 0 | 2C | 4 | 2 | 132 | 5D | 4D |
| Octal | 373 | 215 | 360 | 0 | 54 | 4 | 2 | 462 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11110000 | 0 | 101100 | 100 | 10 | 100110010 | 1011101 | 1001101 |
Color Harmonies of #FB8DF0
Complementary color
Monochromatic Colors of #FB8DF0
Black with #FB8DF0
Text Example
Text Example
White with #FB8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DF0; }
p { color: rgb(251,141,240); }
H1.HeaderClassName
{
color: #FB8DF0;
}
.AnyTagClassName
{
color: #FB8DF0;
}
</style>
background-color css
<style>
a { background-color: #FB8DF0; }
a { background-color: rgb(251,141,240); }
div.DivClassName
{
background-color: #FB8DF0;
}
.BgClassName
{
background-color: #FB8DF0;
}
</style>
border-color css
<style>
span { border-color: #FB8DF0; }
span { border-color: rgb(251,141,240); }
td.TdClassName
{
border-color: #FB8DF0;
}
.TagClassName
{
border-color: #FB8DF0;
}
</style>