Shades of Pale Magenta #FB80DB
Tints of Pale Magenta #FB80DB
RGB
CMYK
RGB Variations
Color information
#FB80DB (or 0xFB80DB) is known color: Pale Magenta. HEX triplet: FB, 80 and DB. RGB value is (251,128,219). Sum of RGB (Red+Green+Blue) = 251+128+219=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80DB is #047F24. Grayscale: #AEAEAE. Windows color (decimal): -294693 or 14385403. OLE color: 14385403.
HSL color Cylindrical-coordinate representation of color #FB80DB: hue angle of 315.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80DB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 219 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.02 |
| HSL | 315.61º | 0.94% | 0.74% | - |
| HSV(B) | 315.61º | 0.49% | 0.98% | - |
| XYZ | 60.29 | 41.06 | 71.77 | - |
| YUV | 175.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 219 | 0 | 0.49 | 0.13 | 0.02 | 315.61 | 0.94 | 0.74 |
| Hex | FB | 80 | DB | 0 | 31 | D | 2 | 13C | 5E | 4A |
| Octal | 373 | 200 | 333 | 0 | 61 | 15 | 2 | 474 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11011011 | 0 | 110001 | 1101 | 10 | 100111100 | 1011110 | 1001010 |
Color Harmonies of #FB80DB
Complementary color
Monochromatic Colors of #FB80DB
Black with #FB80DB
Text Example
Text Example
White with #FB80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80DB; }
p { color: rgb(251,128,219); }
H1.HeaderClassName
{
color: #FB80DB;
}
.AnyTagClassName
{
color: #FB80DB;
}
</style>
background-color css
<style>
a { background-color: #FB80DB; }
a { background-color: rgb(251,128,219); }
div.DivClassName
{
background-color: #FB80DB;
}
.BgClassName
{
background-color: #FB80DB;
}
</style>
border-color css
<style>
span { border-color: #FB80DB; }
span { border-color: rgb(251,128,219); }
td.TdClassName
{
border-color: #FB80DB;
}
.TagClassName
{
border-color: #FB80DB;
}
</style>