Shades of Pale Magenta #FB7BDF
Tints of Pale Magenta #FB7BDF
RGB
CMYK
RGB Variations
Color information
#FB7BDF (or 0xFB7BDF) is known color: Pale Magenta. HEX triplet: FB, 7B and DF. RGB value is (251,123,223). Sum of RGB (Red+Green+Blue) = 251+123+223=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BDF is #048420. Grayscale: #ACACAC. Windows color (decimal): -295969 or 14646267. OLE color: 14646267.
HSL color Cylindrical-coordinate representation of color #FB7BDF: hue angle of 313.12º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7BDF is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 223 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.02 |
| HSL | 313.13º | 0.94% | 0.73% | - |
| HSV(B) | 313.13º | 0.51% | 0.98% | - |
| XYZ | 60.19 | 40 | 74.36 | - |
| YUV | 172.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 223 | 0 | 0.51 | 0.11 | 0.02 | 313.13 | 0.94 | 0.73 |
| Hex | FB | 7B | DF | 0 | 33 | B | 2 | 139 | 5E | 49 |
| Octal | 373 | 173 | 337 | 0 | 63 | 13 | 2 | 471 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11011111 | 0 | 110011 | 1011 | 10 | 100111001 | 1011110 | 1001001 |
Color Harmonies of #FB7BDF
Complementary color
Monochromatic Colors of #FB7BDF
Black with #FB7BDF
Text Example
Text Example
White with #FB7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BDF; }
p { color: rgb(251,123,223); }
H1.HeaderClassName
{
color: #FB7BDF;
}
.AnyTagClassName
{
color: #FB7BDF;
}
</style>
background-color css
<style>
a { background-color: #FB7BDF; }
a { background-color: rgb(251,123,223); }
div.DivClassName
{
background-color: #FB7BDF;
}
.BgClassName
{
background-color: #FB7BDF;
}
</style>
border-color css
<style>
span { border-color: #FB7BDF; }
span { border-color: rgb(251,123,223); }
td.TdClassName
{
border-color: #FB7BDF;
}
.TagClassName
{
border-color: #FB7BDF;
}
</style>