Shades of Pale Magenta #FB8DED
Tints of Pale Magenta #FB8DED
RGB
CMYK
RGB Variations
Color information
#FB8DED (or 0xFB8DED) is known color: Pale Magenta. HEX triplet: FB, 8D and ED. RGB value is (251,141,237). Sum of RGB (Red+Green+Blue) = 251+141+237=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 141 (55.47% from 255 or 22.42% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8DED is #047212. Grayscale: #B8B8B8. Windows color (decimal): -291347 or 15568379. OLE color: 15568379.
HSL color Cylindrical-coordinate representation of color #FB8DED: hue angle of 307.64º 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 #FB8DED is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 237 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.02 |
| HSL | 307.64º | 0.93% | 0.77% | - |
| HSV(B) | 307.64º | 0.44% | 0.98% | - |
| XYZ | 64.59 | 45.67 | 85.53 | - |
| YUV | 184.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 237 | 0 | 0.44 | 0.06 | 0.02 | 307.64 | 0.93 | 0.77 |
| Hex | FB | 8D | ED | 0 | 2C | 6 | 2 | 134 | 5D | 4D |
| Octal | 373 | 215 | 355 | 0 | 54 | 6 | 2 | 464 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11101101 | 0 | 101100 | 110 | 10 | 100110100 | 1011101 | 1001101 |
Color Harmonies of #FB8DED
Complementary color
Monochromatic Colors of #FB8DED
Black with #FB8DED
Text Example
Text Example
White with #FB8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DED; }
p { color: rgb(251,141,237); }
H1.HeaderClassName
{
color: #FB8DED;
}
.AnyTagClassName
{
color: #FB8DED;
}
</style>
background-color css
<style>
a { background-color: #FB8DED; }
a { background-color: rgb(251,141,237); }
div.DivClassName
{
background-color: #FB8DED;
}
.BgClassName
{
background-color: #FB8DED;
}
</style>
border-color css
<style>
span { border-color: #FB8DED; }
span { border-color: rgb(251,141,237); }
td.TdClassName
{
border-color: #FB8DED;
}
.TagClassName
{
border-color: #FB8DED;
}
</style>