Shades of Pale Magenta #FB85DC
Tints of Pale Magenta #FB85DC
RGB
CMYK
RGB Variations
Color information
#FB85DC (or 0xFB85DC) is known color: Pale Magenta. HEX triplet: FB, 85 and DC. RGB value is (251,133,220). Sum of RGB (Red+Green+Blue) = 251+133+220=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85DC is #047A23. Grayscale: #B1B1B1. Windows color (decimal): -293412 or 14452219. OLE color: 14452219.
HSL color Cylindrical-coordinate representation of color #FB85DC: hue angle of 315.76º 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 #FB85DC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 220 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.02 |
| HSL | 315.76º | 0.94% | 0.75% | - |
| HSV(B) | 315.76º | 0.47% | 0.98% | - |
| XYZ | 61.09 | 42.45 | 72.68 | - |
| YUV | 178.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 220 | 0 | 0.47 | 0.12 | 0.02 | 315.76 | 0.94 | 0.75 |
| Hex | FB | 85 | DC | 0 | 2F | C | 2 | 13C | 5E | 4B |
| Octal | 373 | 205 | 334 | 0 | 57 | 14 | 2 | 474 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11011100 | 0 | 101111 | 1100 | 10 | 100111100 | 1011110 | 1001011 |
Color Harmonies of #FB85DC
Complementary color
Monochromatic Colors of #FB85DC
Black with #FB85DC
Text Example
Text Example
White with #FB85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85DC; }
p { color: rgb(251,133,220); }
H1.HeaderClassName
{
color: #FB85DC;
}
.AnyTagClassName
{
color: #FB85DC;
}
</style>
background-color css
<style>
a { background-color: #FB85DC; }
a { background-color: rgb(251,133,220); }
div.DivClassName
{
background-color: #FB85DC;
}
.BgClassName
{
background-color: #FB85DC;
}
</style>
border-color css
<style>
span { border-color: #FB85DC; }
span { border-color: rgb(251,133,220); }
td.TdClassName
{
border-color: #FB85DC;
}
.TagClassName
{
border-color: #FB85DC;
}
</style>