Shades of Pale Magenta #FB8BDF
Tints of Pale Magenta #FB8BDF
RGB
CMYK
RGB Variations
Color information
#FB8BDF (or 0xFB8BDF) is known color: Pale Magenta. HEX triplet: FB, 8B and DF. RGB value is (251,139,223). Sum of RGB (Red+Green+Blue) = 251+139+223=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BDF is #047420. Grayscale: #B5B5B5. Windows color (decimal): -291873 or 14650363. OLE color: 14650363.
HSL color Cylindrical-coordinate representation of color #FB8BDF: hue angle of 315º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BDF is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 223 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.02 |
| HSL | 315º | 0.93% | 0.76% | - |
| HSV(B) | 315º | 0.45% | 0.98% | - |
| XYZ | 62.34 | 44.3 | 75.08 | - |
| YUV | 182.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 223 | 0 | 0.45 | 0.11 | 0.02 | 315 | 0.93 | 0.76 |
| Hex | FB | 8B | DF | 0 | 2D | B | 2 | 13B | 5D | 4C |
| Octal | 373 | 213 | 337 | 0 | 55 | 13 | 2 | 473 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11011111 | 0 | 101101 | 1011 | 10 | 100111011 | 1011101 | 1001100 |
Color Harmonies of #FB8BDF
Complementary color
Monochromatic Colors of #FB8BDF
Black with #FB8BDF
Text Example
Text Example
White with #FB8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BDF; }
p { color: rgb(251,139,223); }
H1.HeaderClassName
{
color: #FB8BDF;
}
.AnyTagClassName
{
color: #FB8BDF;
}
</style>
background-color css
<style>
a { background-color: #FB8BDF; }
a { background-color: rgb(251,139,223); }
div.DivClassName
{
background-color: #FB8BDF;
}
.BgClassName
{
background-color: #FB8BDF;
}
</style>
border-color css
<style>
span { border-color: #FB8BDF; }
span { border-color: rgb(251,139,223); }
td.TdClassName
{
border-color: #FB8BDF;
}
.TagClassName
{
border-color: #FB8BDF;
}
</style>