Shades of Pale Magenta #FB8EDB
Tints of Pale Magenta #FB8EDB
RGB
CMYK
RGB Variations
Color information
#FB8EDB (or 0xFB8EDB) is known color: Pale Magenta. HEX triplet: FB, 8E and DB. RGB value is (251,142,219). Sum of RGB (Red+Green+Blue) = 251+142+219=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EDB is #047124. Grayscale: #B7B7B7. Windows color (decimal): -291109 or 14388987. OLE color: 14388987.
HSL color Cylindrical-coordinate representation of color #FB8EDB: hue angle of 317.61º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EDB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 219 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.02 |
| HSL | 317.61º | 0.93% | 0.77% | - |
| HSV(B) | 317.61º | 0.43% | 0.98% | - |
| XYZ | 62.24 | 44.97 | 72.42 | - |
| YUV | 183.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 219 | 0 | 0.43 | 0.13 | 0.02 | 317.61 | 0.93 | 0.77 |
| Hex | FB | 8E | DB | 0 | 2B | D | 2 | 13E | 5D | 4D |
| Octal | 373 | 216 | 333 | 0 | 53 | 15 | 2 | 476 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11011011 | 0 | 101011 | 1101 | 10 | 100111110 | 1011101 | 1001101 |
Color Harmonies of #FB8EDB
Complementary color
Monochromatic Colors of #FB8EDB
Black with #FB8EDB
Text Example
Text Example
White with #FB8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EDB; }
p { color: rgb(251,142,219); }
H1.HeaderClassName
{
color: #FB8EDB;
}
.AnyTagClassName
{
color: #FB8EDB;
}
</style>
background-color css
<style>
a { background-color: #FB8EDB; }
a { background-color: rgb(251,142,219); }
div.DivClassName
{
background-color: #FB8EDB;
}
.BgClassName
{
background-color: #FB8EDB;
}
</style>
border-color css
<style>
span { border-color: #FB8EDB; }
span { border-color: rgb(251,142,219); }
td.TdClassName
{
border-color: #FB8EDB;
}
.TagClassName
{
border-color: #FB8EDB;
}
</style>