Shades of Pale Magenta #FB8DDF
Tints of Pale Magenta #FB8DDF
RGB
CMYK
RGB Variations
Color information
#FB8DDF (or 0xFB8DDF) is known color: Pale Magenta. HEX triplet: FB, 8D and DF. RGB value is (251,141,223). Sum of RGB (Red+Green+Blue) = 251+141+223=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DDF is #047220. Grayscale: #B7B7B7. Windows color (decimal): -291361 or 14650875. OLE color: 14650875.
HSL color Cylindrical-coordinate representation of color #FB8DDF: hue angle of 315.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DDF is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 223 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.02 |
| HSL | 315.27º | 0.93% | 0.77% | - |
| HSV(B) | 315.27º | 0.44% | 0.98% | - |
| XYZ | 62.63 | 44.89 | 75.18 | - |
| YUV | 183.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 223 | 0 | 0.44 | 0.11 | 0.02 | 315.27 | 0.93 | 0.77 |
| Hex | FB | 8D | DF | 0 | 2C | B | 2 | 13B | 5D | 4D |
| Octal | 373 | 215 | 337 | 0 | 54 | 13 | 2 | 473 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11011111 | 0 | 101100 | 1011 | 10 | 100111011 | 1011101 | 1001101 |
Color Harmonies of #FB8DDF
Complementary color
Monochromatic Colors of #FB8DDF
Black with #FB8DDF
Text Example
Text Example
White with #FB8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DDF; }
p { color: rgb(251,141,223); }
H1.HeaderClassName
{
color: #FB8DDF;
}
.AnyTagClassName
{
color: #FB8DDF;
}
</style>
background-color css
<style>
a { background-color: #FB8DDF; }
a { background-color: rgb(251,141,223); }
div.DivClassName
{
background-color: #FB8DDF;
}
.BgClassName
{
background-color: #FB8DDF;
}
</style>
border-color css
<style>
span { border-color: #FB8DDF; }
span { border-color: rgb(251,141,223); }
td.TdClassName
{
border-color: #FB8DDF;
}
.TagClassName
{
border-color: #FB8DDF;
}
</style>