Shades of Pale Magenta #FB86DC
Tints of Pale Magenta #FB86DC
RGB
CMYK
RGB Variations
Color information
#FB86DC (or 0xFB86DC) is known color: Pale Magenta. HEX triplet: FB, 86 and DC. RGB value is (251,134,220). Sum of RGB (Red+Green+Blue) = 251+134+220=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86DC is #047923. Grayscale: #B2B2B2. Windows color (decimal): -293156 or 14452475. OLE color: 14452475.
HSL color Cylindrical-coordinate representation of color #FB86DC: hue angle of 315.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB86DC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 220 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.02 |
| HSL | 315.9º | 0.94% | 0.75% | - |
| HSV(B) | 315.9º | 0.47% | 0.98% | - |
| XYZ | 61.23 | 42.73 | 72.73 | - |
| YUV | 178.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 220 | 0 | 0.47 | 0.12 | 0.02 | 315.9 | 0.94 | 0.75 |
| Hex | FB | 86 | DC | 0 | 2F | C | 2 | 13C | 5E | 4B |
| Octal | 373 | 206 | 334 | 0 | 57 | 14 | 2 | 474 | 136 | 113 |
| Binary | 11111011 | 10000110 | 11011100 | 0 | 101111 | 1100 | 10 | 100111100 | 1011110 | 1001011 |
Color Harmonies of #FB86DC
Complementary color
Monochromatic Colors of #FB86DC
Black with #FB86DC
Text Example
Text Example
White with #FB86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB86DC; }
p { color: rgb(251,134,220); }
H1.HeaderClassName
{
color: #FB86DC;
}
.AnyTagClassName
{
color: #FB86DC;
}
</style>
background-color css
<style>
a { background-color: #FB86DC; }
a { background-color: rgb(251,134,220); }
div.DivClassName
{
background-color: #FB86DC;
}
.BgClassName
{
background-color: #FB86DC;
}
</style>
border-color css
<style>
span { border-color: #FB86DC; }
span { border-color: rgb(251,134,220); }
td.TdClassName
{
border-color: #FB86DC;
}
.TagClassName
{
border-color: #FB86DC;
}
</style>