Shades of Pale Magenta #FB8EDF
Tints of Pale Magenta #FB8EDF
RGB
CMYK
RGB Variations
Color information
#FB8EDF (or 0xFB8EDF) is known color: Pale Magenta. HEX triplet: FB, 8E and DF. RGB value is (251,142,223). Sum of RGB (Red+Green+Blue) = 251+142+223=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EDF is #047120. Grayscale: #B7B7B7. Windows color (decimal): -291105 or 14651131. OLE color: 14651131.
HSL color Cylindrical-coordinate representation of color #FB8EDF: hue angle of 315.41º 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 #FB8EDF is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 223 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.02 |
| HSL | 315.41º | 0.93% | 0.77% | - |
| HSV(B) | 315.41º | 0.43% | 0.98% | - |
| XYZ | 62.78 | 45.18 | 75.22 | - |
| YUV | 183.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 223 | 0 | 0.43 | 0.11 | 0.02 | 315.41 | 0.93 | 0.77 |
| Hex | FB | 8E | DF | 0 | 2B | B | 2 | 13B | 5D | 4D |
| Octal | 373 | 216 | 337 | 0 | 53 | 13 | 2 | 473 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11011111 | 0 | 101011 | 1011 | 10 | 100111011 | 1011101 | 1001101 |
Color Harmonies of #FB8EDF
Complementary color
Monochromatic Colors of #FB8EDF
Black with #FB8EDF
Text Example
Text Example
White with #FB8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EDF; }
p { color: rgb(251,142,223); }
H1.HeaderClassName
{
color: #FB8EDF;
}
.AnyTagClassName
{
color: #FB8EDF;
}
</style>
background-color css
<style>
a { background-color: #FB8EDF; }
a { background-color: rgb(251,142,223); }
div.DivClassName
{
background-color: #FB8EDF;
}
.BgClassName
{
background-color: #FB8EDF;
}
</style>
border-color css
<style>
span { border-color: #FB8EDF; }
span { border-color: rgb(251,142,223); }
td.TdClassName
{
border-color: #FB8EDF;
}
.TagClassName
{
border-color: #FB8EDF;
}
</style>