Shades of Pale Magenta #FB8CE3
Tints of Pale Magenta #FB8CE3
RGB
CMYK
RGB Variations
Color information
#FB8CE3 (or 0xFB8CE3) is known color: Pale Magenta. HEX triplet: FB, 8C and E3. RGB value is (251,140,227). Sum of RGB (Red+Green+Blue) = 251+140+227=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CE3 is #04731C. Grayscale: #B6B6B6. Windows color (decimal): -291613 or 14912763. OLE color: 14912763.
HSL color Cylindrical-coordinate representation of color #FB8CE3: hue angle of 312.97º 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 #FB8CE3 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 227 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.02 |
| HSL | 312.97º | 0.93% | 0.77% | - |
| HSV(B) | 312.97º | 0.44% | 0.98% | - |
| XYZ | 63.03 | 44.81 | 78 | - |
| YUV | 183.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 227 | 0 | 0.44 | 0.10 | 0.02 | 312.97 | 0.93 | 0.77 |
| Hex | FB | 8C | E3 | 0 | 2C | A | 2 | 139 | 5D | 4D |
| Octal | 373 | 214 | 343 | 0 | 54 | 12 | 2 | 471 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11100011 | 0 | 101100 | 1010 | 10 | 100111001 | 1011101 | 1001101 |
Color Harmonies of #FB8CE3
Complementary color
Monochromatic Colors of #FB8CE3
Black with #FB8CE3
Text Example
Text Example
White with #FB8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CE3; }
p { color: rgb(251,140,227); }
H1.HeaderClassName
{
color: #FB8CE3;
}
.AnyTagClassName
{
color: #FB8CE3;
}
</style>
background-color css
<style>
a { background-color: #FB8CE3; }
a { background-color: rgb(251,140,227); }
div.DivClassName
{
background-color: #FB8CE3;
}
.BgClassName
{
background-color: #FB8CE3;
}
</style>
border-color css
<style>
span { border-color: #FB8CE3; }
span { border-color: rgb(251,140,227); }
td.TdClassName
{
border-color: #FB8CE3;
}
.TagClassName
{
border-color: #FB8CE3;
}
</style>