Shades of Pale Magenta #FB85DF
Tints of Pale Magenta #FB85DF
RGB
CMYK
RGB Variations
Color information
#FB85DF (or 0xFB85DF) is known color: Pale Magenta. HEX triplet: FB, 85 and DF. RGB value is (251,133,223). Sum of RGB (Red+Green+Blue) = 251+133+223=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85DF is #047A20. Grayscale: #B2B2B2. Windows color (decimal): -293409 or 14648827. OLE color: 14648827.
HSL color Cylindrical-coordinate representation of color #FB85DF: hue angle of 314.24º 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 #FB85DF is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 223 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.02 |
| HSL | 314.24º | 0.94% | 0.75% | - |
| HSV(B) | 314.24º | 0.47% | 0.98% | - |
| XYZ | 61.49 | 42.61 | 74.8 | - |
| YUV | 178.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 223 | 0 | 0.47 | 0.11 | 0.02 | 314.24 | 0.94 | 0.75 |
| Hex | FB | 85 | DF | 0 | 2F | B | 2 | 13A | 5E | 4B |
| Octal | 373 | 205 | 337 | 0 | 57 | 13 | 2 | 472 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11011111 | 0 | 101111 | 1011 | 10 | 100111010 | 1011110 | 1001011 |
Color Harmonies of #FB85DF
Complementary color
Monochromatic Colors of #FB85DF
Black with #FB85DF
Text Example
Text Example
White with #FB85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85DF; }
p { color: rgb(251,133,223); }
H1.HeaderClassName
{
color: #FB85DF;
}
.AnyTagClassName
{
color: #FB85DF;
}
</style>
background-color css
<style>
a { background-color: #FB85DF; }
a { background-color: rgb(251,133,223); }
div.DivClassName
{
background-color: #FB85DF;
}
.BgClassName
{
background-color: #FB85DF;
}
</style>
border-color css
<style>
span { border-color: #FB85DF; }
span { border-color: rgb(251,133,223); }
td.TdClassName
{
border-color: #FB85DF;
}
.TagClassName
{
border-color: #FB85DF;
}
</style>