Shades of Pale Magenta #FB7CDC
Tints of Pale Magenta #FB7CDC
RGB
CMYK
RGB Variations
Color information
#FB7CDC (or 0xFB7CDC) is known color: Pale Magenta. HEX triplet: FB, 7C and DC. RGB value is (251,124,220). Sum of RGB (Red+Green+Blue) = 251+124+220=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CDC is #048323. Grayscale: #ACACAC. Windows color (decimal): -295716 or 14449915. OLE color: 14449915.
HSL color Cylindrical-coordinate representation of color #FB7CDC: hue angle of 314.65º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CDC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 220 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.02 |
| HSL | 314.65º | 0.94% | 0.74% | - |
| HSV(B) | 314.65º | 0.51% | 0.98% | - |
| XYZ | 59.91 | 40.09 | 72.29 | - |
| YUV | 172.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 220 | 0 | 0.51 | 0.12 | 0.02 | 314.65 | 0.94 | 0.74 |
| Hex | FB | 7C | DC | 0 | 33 | C | 2 | 13B | 5E | 4A |
| Octal | 373 | 174 | 334 | 0 | 63 | 14 | 2 | 473 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11011100 | 0 | 110011 | 1100 | 10 | 100111011 | 1011110 | 1001010 |
Color Harmonies of #FB7CDC
Complementary color
Monochromatic Colors of #FB7CDC
Black with #FB7CDC
Text Example
Text Example
White with #FB7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CDC; }
p { color: rgb(251,124,220); }
H1.HeaderClassName
{
color: #FB7CDC;
}
.AnyTagClassName
{
color: #FB7CDC;
}
</style>
background-color css
<style>
a { background-color: #FB7CDC; }
a { background-color: rgb(251,124,220); }
div.DivClassName
{
background-color: #FB7CDC;
}
.BgClassName
{
background-color: #FB7CDC;
}
</style>
border-color css
<style>
span { border-color: #FB7CDC; }
span { border-color: rgb(251,124,220); }
td.TdClassName
{
border-color: #FB7CDC;
}
.TagClassName
{
border-color: #FB7CDC;
}
</style>