Shades of Pale Magenta #FB8BDB
Tints of Pale Magenta #FB8BDB
RGB
CMYK
RGB Variations
Color information
#FB8BDB (or 0xFB8BDB) is known color: Pale Magenta. HEX triplet: FB, 8B and DB. RGB value is (251,139,219). Sum of RGB (Red+Green+Blue) = 251+139+219=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 139 (54.69% from 255 or 22.82% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BDB is #047424. Grayscale: #B5B5B5. Windows color (decimal): -291877 or 14388219. OLE color: 14388219.
HSL color Cylindrical-coordinate representation of color #FB8BDB: hue angle of 317.14º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BDB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 219 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.02 |
| HSL | 317.14º | 0.93% | 0.76% | - |
| HSV(B) | 317.14º | 0.45% | 0.98% | - |
| XYZ | 61.8 | 44.09 | 72.27 | - |
| YUV | 181.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 219 | 0 | 0.45 | 0.13 | 0.02 | 317.14 | 0.93 | 0.76 |
| Hex | FB | 8B | DB | 0 | 2D | D | 2 | 13D | 5D | 4C |
| Octal | 373 | 213 | 333 | 0 | 55 | 15 | 2 | 475 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11011011 | 0 | 101101 | 1101 | 10 | 100111101 | 1011101 | 1001100 |
Color Harmonies of #FB8BDB
Complementary color
Monochromatic Colors of #FB8BDB
Black with #FB8BDB
Text Example
Text Example
White with #FB8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BDB; }
p { color: rgb(251,139,219); }
H1.HeaderClassName
{
color: #FB8BDB;
}
.AnyTagClassName
{
color: #FB8BDB;
}
</style>
background-color css
<style>
a { background-color: #FB8BDB; }
a { background-color: rgb(251,139,219); }
div.DivClassName
{
background-color: #FB8BDB;
}
.BgClassName
{
background-color: #FB8BDB;
}
</style>
border-color css
<style>
span { border-color: #FB8BDB; }
span { border-color: rgb(251,139,219); }
td.TdClassName
{
border-color: #FB8BDB;
}
.TagClassName
{
border-color: #FB8BDB;
}
</style>