Shades of Pale Magenta #FB8EDD
Tints of Pale Magenta #FB8EDD
RGB
CMYK
RGB Variations
Color information
#FB8EDD (or 0xFB8EDD) is known color: Pale Magenta. HEX triplet: FB, 8E and DD. RGB value is (251,142,221). Sum of RGB (Red+Green+Blue) = 251+142+221=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EDD is #047122. Grayscale: #B7B7B7. Windows color (decimal): -291107 or 14520059. OLE color: 14520059.
HSL color Cylindrical-coordinate representation of color #FB8EDD: hue angle of 316.51º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EDD is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 221 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.02 |
| HSL | 316.51º | 0.93% | 0.77% | - |
| HSV(B) | 316.51º | 0.43% | 0.98% | - |
| XYZ | 62.51 | 45.08 | 73.81 | - |
| YUV | 183.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 221 | 0 | 0.43 | 0.12 | 0.02 | 316.51 | 0.93 | 0.77 |
| Hex | FB | 8E | DD | 0 | 2B | C | 2 | 13D | 5D | 4D |
| Octal | 373 | 216 | 335 | 0 | 53 | 14 | 2 | 475 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11011101 | 0 | 101011 | 1100 | 10 | 100111101 | 1011101 | 1001101 |
Color Harmonies of #FB8EDD
Complementary color
Monochromatic Colors of #FB8EDD
Black with #FB8EDD
Text Example
Text Example
White with #FB8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EDD; }
p { color: rgb(251,142,221); }
H1.HeaderClassName
{
color: #FB8EDD;
}
.AnyTagClassName
{
color: #FB8EDD;
}
</style>
background-color css
<style>
a { background-color: #FB8EDD; }
a { background-color: rgb(251,142,221); }
div.DivClassName
{
background-color: #FB8EDD;
}
.BgClassName
{
background-color: #FB8EDD;
}
</style>
border-color css
<style>
span { border-color: #FB8EDD; }
span { border-color: rgb(251,142,221); }
td.TdClassName
{
border-color: #FB8EDD;
}
.TagClassName
{
border-color: #FB8EDD;
}
</style>