Shades of Pale Magenta #FB8CDC
Tints of Pale Magenta #FB8CDC
RGB
CMYK
RGB Variations
Color information
#FB8CDC (or 0xFB8CDC) is known color: Pale Magenta. HEX triplet: FB, 8C and DC. RGB value is (251,140,220). Sum of RGB (Red+Green+Blue) = 251+140+220=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CDC is #047323. Grayscale: #B6B6B6. Windows color (decimal): -291620 or 14454011. OLE color: 14454011.
HSL color Cylindrical-coordinate representation of color #FB8CDC: hue angle of 316.76º 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 #FB8CDC is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 220 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.02 |
| HSL | 316.76º | 0.93% | 0.77% | - |
| HSV(B) | 316.76º | 0.44% | 0.98% | - |
| XYZ | 62.08 | 44.43 | 73.01 | - |
| YUV | 182.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 220 | 0 | 0.44 | 0.12 | 0.02 | 316.76 | 0.93 | 0.77 |
| Hex | FB | 8C | DC | 0 | 2C | C | 2 | 13D | 5D | 4D |
| Octal | 373 | 214 | 334 | 0 | 54 | 14 | 2 | 475 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11011100 | 0 | 101100 | 1100 | 10 | 100111101 | 1011101 | 1001101 |
Color Harmonies of #FB8CDC
Complementary color
Monochromatic Colors of #FB8CDC
Black with #FB8CDC
Text Example
Text Example
White with #FB8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CDC; }
p { color: rgb(251,140,220); }
H1.HeaderClassName
{
color: #FB8CDC;
}
.AnyTagClassName
{
color: #FB8CDC;
}
</style>
background-color css
<style>
a { background-color: #FB8CDC; }
a { background-color: rgb(251,140,220); }
div.DivClassName
{
background-color: #FB8CDC;
}
.BgClassName
{
background-color: #FB8CDC;
}
</style>
border-color css
<style>
span { border-color: #FB8CDC; }
span { border-color: rgb(251,140,220); }
td.TdClassName
{
border-color: #FB8CDC;
}
.TagClassName
{
border-color: #FB8CDC;
}
</style>