Shades of Pale Magenta #FB85D8
Tints of Pale Magenta #FB85D8
RGB
CMYK
RGB Variations
Color information
#FB85D8 (or 0xFB85D8) is known color: Pale Magenta. HEX triplet: FB, 85 and D8. RGB value is (251,133,216). Sum of RGB (Red+Green+Blue) = 251+133+216=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85D8 is #047A27. Grayscale: #B1B1B1. Windows color (decimal): -293416 or 14190075. OLE color: 14190075.
HSL color Cylindrical-coordinate representation of color #FB85D8: hue angle of 317.8º 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 #FB85D8 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 216 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.02 |
| HSL | 317.8º | 0.94% | 0.75% | - |
| HSV(B) | 317.8º | 0.47% | 0.98% | - |
| XYZ | 60.57 | 42.24 | 69.93 | - |
| YUV | 177.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 216 | 0 | 0.47 | 0.14 | 0.02 | 317.8 | 0.94 | 0.75 |
| Hex | FB | 85 | D8 | 0 | 2F | E | 2 | 13E | 5E | 4B |
| Octal | 373 | 205 | 330 | 0 | 57 | 16 | 2 | 476 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11011000 | 0 | 101111 | 1110 | 10 | 100111110 | 1011110 | 1001011 |
Color Harmonies of #FB85D8
Complementary color
Monochromatic Colors of #FB85D8
Black with #FB85D8
Text Example
Text Example
White with #FB85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85D8; }
p { color: rgb(251,133,216); }
H1.HeaderClassName
{
color: #FB85D8;
}
.AnyTagClassName
{
color: #FB85D8;
}
</style>
background-color css
<style>
a { background-color: #FB85D8; }
a { background-color: rgb(251,133,216); }
div.DivClassName
{
background-color: #FB85D8;
}
.BgClassName
{
background-color: #FB85D8;
}
</style>
border-color css
<style>
span { border-color: #FB85D8; }
span { border-color: rgb(251,133,216); }
td.TdClassName
{
border-color: #FB85D8;
}
.TagClassName
{
border-color: #FB85D8;
}
</style>