Shades of Pale Magenta #FB8ADB
Tints of Pale Magenta #FB8ADB
RGB
CMYK
RGB Variations
Color information
#FB8ADB (or 0xFB8ADB) is known color: Pale Magenta. HEX triplet: FB, 8A and DB. RGB value is (251,138,219). Sum of RGB (Red+Green+Blue) = 251+138+219=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ADB is #047524. Grayscale: #B4B4B4. Windows color (decimal): -292133 or 14387963. OLE color: 14387963.
HSL color Cylindrical-coordinate representation of color #FB8ADB: hue angle of 316.99º 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 #FB8ADB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 219 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.02 |
| HSL | 316.99º | 0.93% | 0.76% | - |
| HSV(B) | 316.99º | 0.45% | 0.98% | - |
| XYZ | 61.66 | 43.8 | 72.22 | - |
| YUV | 181.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 219 | 0 | 0.45 | 0.13 | 0.02 | 316.99 | 0.93 | 0.76 |
| Hex | FB | 8A | DB | 0 | 2D | D | 2 | 13D | 5D | 4C |
| Octal | 373 | 212 | 333 | 0 | 55 | 15 | 2 | 475 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11011011 | 0 | 101101 | 1101 | 10 | 100111101 | 1011101 | 1001100 |
Color Harmonies of #FB8ADB
Complementary color
Monochromatic Colors of #FB8ADB
Black with #FB8ADB
Text Example
Text Example
White with #FB8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ADB; }
p { color: rgb(251,138,219); }
H1.HeaderClassName
{
color: #FB8ADB;
}
.AnyTagClassName
{
color: #FB8ADB;
}
</style>
background-color css
<style>
a { background-color: #FB8ADB; }
a { background-color: rgb(251,138,219); }
div.DivClassName
{
background-color: #FB8ADB;
}
.BgClassName
{
background-color: #FB8ADB;
}
</style>
border-color css
<style>
span { border-color: #FB8ADB; }
span { border-color: rgb(251,138,219); }
td.TdClassName
{
border-color: #FB8ADB;
}
.TagClassName
{
border-color: #FB8ADB;
}
</style>