Shades of Pale Magenta #FB8FDE
Tints of Pale Magenta #FB8FDE
RGB
CMYK
RGB Variations
Color information
#FB8FDE (or 0xFB8FDE) is known color: Pale Magenta. HEX triplet: FB, 8F and DE. RGB value is (251,143,222). Sum of RGB (Red+Green+Blue) = 251+143+222=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FDE is #047021. Grayscale: #B8B8B8. Windows color (decimal): -290850 or 14585851. OLE color: 14585851.
HSL color Cylindrical-coordinate representation of color #FB8FDE: hue angle of 316.11º 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 #FB8FDE is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 222 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.02 |
| HSL | 316.11º | 0.93% | 0.77% | - |
| HSV(B) | 316.11º | 0.43% | 0.98% | - |
| XYZ | 62.79 | 45.43 | 74.57 | - |
| YUV | 184.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 222 | 0 | 0.43 | 0.12 | 0.02 | 316.11 | 0.93 | 0.77 |
| Hex | FB | 8F | DE | 0 | 2B | C | 2 | 13C | 5D | 4D |
| Octal | 373 | 217 | 336 | 0 | 53 | 14 | 2 | 474 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11011110 | 0 | 101011 | 1100 | 10 | 100111100 | 1011101 | 1001101 |
Color Harmonies of #FB8FDE
Complementary color
Monochromatic Colors of #FB8FDE
Black with #FB8FDE
Text Example
Text Example
White with #FB8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FDE; }
p { color: rgb(251,143,222); }
H1.HeaderClassName
{
color: #FB8FDE;
}
.AnyTagClassName
{
color: #FB8FDE;
}
</style>
background-color css
<style>
a { background-color: #FB8FDE; }
a { background-color: rgb(251,143,222); }
div.DivClassName
{
background-color: #FB8FDE;
}
.BgClassName
{
background-color: #FB8FDE;
}
</style>
border-color css
<style>
span { border-color: #FB8FDE; }
span { border-color: rgb(251,143,222); }
td.TdClassName
{
border-color: #FB8FDE;
}
.TagClassName
{
border-color: #FB8FDE;
}
</style>