Shades of Pale Magenta #FB80DD
Tints of Pale Magenta #FB80DD
RGB
CMYK
RGB Variations
Color information
#FB80DD (or 0xFB80DD) is known color: Pale Magenta. HEX triplet: FB, 80 and DD. RGB value is (251,128,221). Sum of RGB (Red+Green+Blue) = 251+128+221=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80DD is #047F22. Grayscale: #AFAFAF. Windows color (decimal): -294691 or 14516475. OLE color: 14516475.
HSL color Cylindrical-coordinate representation of color #FB80DD: hue angle of 314.63º 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 #FB80DD is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 221 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.02 |
| HSL | 314.63º | 0.94% | 0.74% | - |
| HSV(B) | 314.63º | 0.49% | 0.98% | - |
| XYZ | 60.55 | 41.17 | 73.16 | - |
| YUV | 175.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 221 | 0 | 0.49 | 0.12 | 0.02 | 314.63 | 0.94 | 0.74 |
| Hex | FB | 80 | DD | 0 | 31 | C | 2 | 13B | 5E | 4A |
| Octal | 373 | 200 | 335 | 0 | 61 | 14 | 2 | 473 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11011101 | 0 | 110001 | 1100 | 10 | 100111011 | 1011110 | 1001010 |
Color Harmonies of #FB80DD
Complementary color
Monochromatic Colors of #FB80DD
Black with #FB80DD
Text Example
Text Example
White with #FB80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80DD; }
p { color: rgb(251,128,221); }
H1.HeaderClassName
{
color: #FB80DD;
}
.AnyTagClassName
{
color: #FB80DD;
}
</style>
background-color css
<style>
a { background-color: #FB80DD; }
a { background-color: rgb(251,128,221); }
div.DivClassName
{
background-color: #FB80DD;
}
.BgClassName
{
background-color: #FB80DD;
}
</style>
border-color css
<style>
span { border-color: #FB80DD; }
span { border-color: rgb(251,128,221); }
td.TdClassName
{
border-color: #FB80DD;
}
.TagClassName
{
border-color: #FB80DD;
}
</style>