Shades of Pale Magenta #FB87DF
Tints of Pale Magenta #FB87DF
RGB
CMYK
RGB Variations
Color information
#FB87DF (or 0xFB87DF) is known color: Pale Magenta. HEX triplet: FB, 87 and DF. RGB value is (251,135,223). Sum of RGB (Red+Green+Blue) = 251+135+223=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87DF is #047820. Grayscale: #B3B3B3. Windows color (decimal): -292897 or 14649339. OLE color: 14649339.
HSL color Cylindrical-coordinate representation of color #FB87DF: hue angle of 314.48º degrees, saturation: 0.94, 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 #FB87DF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 223 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.02 |
| HSL | 314.48º | 0.94% | 0.76% | - |
| HSV(B) | 314.48º | 0.46% | 0.98% | - |
| XYZ | 61.77 | 43.16 | 74.89 | - |
| YUV | 179.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 223 | 0 | 0.46 | 0.11 | 0.02 | 314.48 | 0.94 | 0.76 |
| Hex | FB | 87 | DF | 0 | 2E | B | 2 | 13A | 5E | 4C |
| Octal | 373 | 207 | 337 | 0 | 56 | 13 | 2 | 472 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11011111 | 0 | 101110 | 1011 | 10 | 100111010 | 1011110 | 1001100 |
Color Harmonies of #FB87DF
Complementary color
Monochromatic Colors of #FB87DF
Black with #FB87DF
Text Example
Text Example
White with #FB87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87DF; }
p { color: rgb(251,135,223); }
H1.HeaderClassName
{
color: #FB87DF;
}
.AnyTagClassName
{
color: #FB87DF;
}
</style>
background-color css
<style>
a { background-color: #FB87DF; }
a { background-color: rgb(251,135,223); }
div.DivClassName
{
background-color: #FB87DF;
}
.BgClassName
{
background-color: #FB87DF;
}
</style>
border-color css
<style>
span { border-color: #FB87DF; }
span { border-color: rgb(251,135,223); }
td.TdClassName
{
border-color: #FB87DF;
}
.TagClassName
{
border-color: #FB87DF;
}
</style>