Shades of Pale Magenta #FB8DF2
Tints of Pale Magenta #FB8DF2
RGB
CMYK
RGB Variations
Color information
#FB8DF2 (or 0xFB8DF2) is known color: Pale Magenta. HEX triplet: FB, 8D and F2. RGB value is (251,141,242). Sum of RGB (Red+Green+Blue) = 251+141+242=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 141 (55.47% from 255 or 22.24% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8DF2 is #04720D. Grayscale: #B9B9B9. Windows color (decimal): -291342 or 15896059. OLE color: 15896059.
HSL color Cylindrical-coordinate representation of color #FB8DF2: hue angle of 304.91º 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 #FB8DF2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 242 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.02 |
| HSL | 304.91º | 0.93% | 0.77% | - |
| HSV(B) | 304.91º | 0.44% | 0.98% | - |
| XYZ | 65.34 | 45.97 | 89.43 | - |
| YUV | 185.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 242 | 0 | 0.44 | 0.04 | 0.02 | 304.91 | 0.93 | 0.77 |
| Hex | FB | 8D | F2 | 0 | 2C | 4 | 2 | 131 | 5D | 4D |
| Octal | 373 | 215 | 362 | 0 | 54 | 4 | 2 | 461 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11110010 | 0 | 101100 | 100 | 10 | 100110001 | 1011101 | 1001101 |
Color Harmonies of #FB8DF2
Complementary color
Monochromatic Colors of #FB8DF2
Black with #FB8DF2
Text Example
Text Example
White with #FB8DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DF2; }
p { color: rgb(251,141,242); }
H1.HeaderClassName
{
color: #FB8DF2;
}
.AnyTagClassName
{
color: #FB8DF2;
}
</style>
background-color css
<style>
a { background-color: #FB8DF2; }
a { background-color: rgb(251,141,242); }
div.DivClassName
{
background-color: #FB8DF2;
}
.BgClassName
{
background-color: #FB8DF2;
}
</style>
border-color css
<style>
span { border-color: #FB8DF2; }
span { border-color: rgb(251,141,242); }
td.TdClassName
{
border-color: #FB8DF2;
}
.TagClassName
{
border-color: #FB8DF2;
}
</style>