Shades of Pale Magenta #FB80DA
Tints of Pale Magenta #FB80DA
RGB
CMYK
RGB Variations
Color information
#FB80DA (or 0xFB80DA) is known color: Pale Magenta. HEX triplet: FB, 80 and DA. RGB value is (251,128,218). Sum of RGB (Red+Green+Blue) = 251+128+218=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80DA is #047F25. Grayscale: #AEAEAE. Windows color (decimal): -294694 or 14319867. OLE color: 14319867.
HSL color Cylindrical-coordinate representation of color #FB80DA: hue angle of 316.1º 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 #FB80DA is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 218 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.02 |
| HSL | 316.1º | 0.94% | 0.74% | - |
| HSV(B) | 316.1º | 0.49% | 0.98% | - |
| XYZ | 60.16 | 41.01 | 71.07 | - |
| YUV | 175.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 218 | 0 | 0.49 | 0.13 | 0.02 | 316.1 | 0.94 | 0.74 |
| Hex | FB | 80 | DA | 0 | 31 | D | 2 | 13C | 5E | 4A |
| Octal | 373 | 200 | 332 | 0 | 61 | 15 | 2 | 474 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11011010 | 0 | 110001 | 1101 | 10 | 100111100 | 1011110 | 1001010 |
Color Harmonies of #FB80DA
Complementary color
Monochromatic Colors of #FB80DA
Black with #FB80DA
Text Example
Text Example
White with #FB80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80DA; }
p { color: rgb(251,128,218); }
H1.HeaderClassName
{
color: #FB80DA;
}
.AnyTagClassName
{
color: #FB80DA;
}
</style>
background-color css
<style>
a { background-color: #FB80DA; }
a { background-color: rgb(251,128,218); }
div.DivClassName
{
background-color: #FB80DA;
}
.BgClassName
{
background-color: #FB80DA;
}
</style>
border-color css
<style>
span { border-color: #FB80DA; }
span { border-color: rgb(251,128,218); }
td.TdClassName
{
border-color: #FB80DA;
}
.TagClassName
{
border-color: #FB80DA;
}
</style>