Shades of Pale Magenta #FB8DF3
Tints of Pale Magenta #FB8DF3
RGB
CMYK
RGB Variations
Color information
#FB8DF3 (or 0xFB8DF3) is known color: Pale Magenta. HEX triplet: FB, 8D and F3. RGB value is (251,141,243). Sum of RGB (Red+Green+Blue) = 251+141+243=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 141 (55.47% from 255 or 22.20% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8DF3 is #04720C. Grayscale: #B9B9B9. Windows color (decimal): -291341 or 15961595. OLE color: 15961595.
HSL color Cylindrical-coordinate representation of color #FB8DF3: hue angle of 304.36º 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 #FB8DF3 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 243 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.02 |
| HSL | 304.36º | 0.93% | 0.77% | - |
| HSV(B) | 304.36º | 0.44% | 0.98% | - |
| XYZ | 65.49 | 46.03 | 90.23 | - |
| YUV | 185.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 243 | 0 | 0.44 | 0.03 | 0.02 | 304.36 | 0.93 | 0.77 |
| Hex | FB | 8D | F3 | 0 | 2C | 3 | 2 | 130 | 5D | 4D |
| Octal | 373 | 215 | 363 | 0 | 54 | 3 | 2 | 460 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11110011 | 0 | 101100 | 11 | 10 | 100110000 | 1011101 | 1001101 |
Color Harmonies of #FB8DF3
Complementary color
Monochromatic Colors of #FB8DF3
Black with #FB8DF3
Text Example
Text Example
White with #FB8DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DF3; }
p { color: rgb(251,141,243); }
H1.HeaderClassName
{
color: #FB8DF3;
}
.AnyTagClassName
{
color: #FB8DF3;
}
</style>
background-color css
<style>
a { background-color: #FB8DF3; }
a { background-color: rgb(251,141,243); }
div.DivClassName
{
background-color: #FB8DF3;
}
.BgClassName
{
background-color: #FB8DF3;
}
</style>
border-color css
<style>
span { border-color: #FB8DF3; }
span { border-color: rgb(251,141,243); }
td.TdClassName
{
border-color: #FB8DF3;
}
.TagClassName
{
border-color: #FB8DF3;
}
</style>