Shades of Pale Magenta #FB8CE5
Tints of Pale Magenta #FB8CE5
RGB
CMYK
RGB Variations
Color information
#FB8CE5 (or 0xFB8CE5) is known color: Pale Magenta. HEX triplet: FB, 8C and E5. RGB value is (251,140,229). Sum of RGB (Red+Green+Blue) = 251+140+229=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CE5 is #04731A. Grayscale: #B7B7B7. Windows color (decimal): -291611 or 15043835. OLE color: 15043835.
HSL color Cylindrical-coordinate representation of color #FB8CE5: hue angle of 311.89º 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 #FB8CE5 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 229 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.02 |
| HSL | 311.89º | 0.93% | 0.77% | - |
| HSV(B) | 311.89º | 0.44% | 0.98% | - |
| XYZ | 63.3 | 44.92 | 79.46 | - |
| YUV | 183.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 229 | 0 | 0.44 | 0.09 | 0.02 | 311.89 | 0.93 | 0.77 |
| Hex | FB | 8C | E5 | 0 | 2C | 9 | 2 | 138 | 5D | 4D |
| Octal | 373 | 214 | 345 | 0 | 54 | 11 | 2 | 470 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11100101 | 0 | 101100 | 1001 | 10 | 100111000 | 1011101 | 1001101 |
Color Harmonies of #FB8CE5
Complementary color
Monochromatic Colors of #FB8CE5
Black with #FB8CE5
Text Example
Text Example
White with #FB8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CE5; }
p { color: rgb(251,140,229); }
H1.HeaderClassName
{
color: #FB8CE5;
}
.AnyTagClassName
{
color: #FB8CE5;
}
</style>
background-color css
<style>
a { background-color: #FB8CE5; }
a { background-color: rgb(251,140,229); }
div.DivClassName
{
background-color: #FB8CE5;
}
.BgClassName
{
background-color: #FB8CE5;
}
</style>
border-color css
<style>
span { border-color: #FB8CE5; }
span { border-color: rgb(251,140,229); }
td.TdClassName
{
border-color: #FB8CE5;
}
.TagClassName
{
border-color: #FB8CE5;
}
</style>