Shades of Pale Magenta #FB88DC
Tints of Pale Magenta #FB88DC
RGB
CMYK
RGB Variations
Color information
#FB88DC (or 0xFB88DC) is known color: Pale Magenta. HEX triplet: FB, 88 and DC. RGB value is (251,136,220). Sum of RGB (Red+Green+Blue) = 251+136+220=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88DC is #047723. Grayscale: #B3B3B3. Windows color (decimal): -292644 or 14452987. OLE color: 14452987.
HSL color Cylindrical-coordinate representation of color #FB88DC: hue angle of 316.17º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB88DC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 220 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.02 |
| HSL | 316.17º | 0.93% | 0.76% | - |
| HSV(B) | 316.17º | 0.46% | 0.98% | - |
| XYZ | 61.51 | 43.28 | 72.82 | - |
| YUV | 179.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 220 | 0 | 0.46 | 0.12 | 0.02 | 316.17 | 0.93 | 0.76 |
| Hex | FB | 88 | DC | 0 | 2E | C | 2 | 13C | 5D | 4C |
| Octal | 373 | 210 | 334 | 0 | 56 | 14 | 2 | 474 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11011100 | 0 | 101110 | 1100 | 10 | 100111100 | 1011101 | 1001100 |
Color Harmonies of #FB88DC
Complementary color
Monochromatic Colors of #FB88DC
Black with #FB88DC
Text Example
Text Example
White with #FB88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88DC; }
p { color: rgb(251,136,220); }
H1.HeaderClassName
{
color: #FB88DC;
}
.AnyTagClassName
{
color: #FB88DC;
}
</style>
background-color css
<style>
a { background-color: #FB88DC; }
a { background-color: rgb(251,136,220); }
div.DivClassName
{
background-color: #FB88DC;
}
.BgClassName
{
background-color: #FB88DC;
}
</style>
border-color css
<style>
span { border-color: #FB88DC; }
span { border-color: rgb(251,136,220); }
td.TdClassName
{
border-color: #FB88DC;
}
.TagClassName
{
border-color: #FB88DC;
}
</style>