Shades of Pale Magenta #FB8CE0
Tints of Pale Magenta #FB8CE0
RGB
CMYK
RGB Variations
Color information
#FB8CE0 (or 0xFB8CE0) is known color: Pale Magenta. HEX triplet: FB, 8C and E0. RGB value is (251,140,224). Sum of RGB (Red+Green+Blue) = 251+140+224=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CE0 is #04731F. Grayscale: #B6B6B6. Windows color (decimal): -291616 or 14716155. OLE color: 14716155.
HSL color Cylindrical-coordinate representation of color #FB8CE0: hue angle of 314.59º 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 #FB8CE0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 224 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.02 |
| HSL | 314.59º | 0.93% | 0.77% | - |
| HSV(B) | 314.59º | 0.44% | 0.98% | - |
| XYZ | 62.62 | 44.65 | 75.84 | - |
| YUV | 182.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 224 | 0 | 0.44 | 0.11 | 0.02 | 314.59 | 0.93 | 0.77 |
| Hex | FB | 8C | E0 | 0 | 2C | B | 2 | 13B | 5D | 4D |
| Octal | 373 | 214 | 340 | 0 | 54 | 13 | 2 | 473 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11100000 | 0 | 101100 | 1011 | 10 | 100111011 | 1011101 | 1001101 |
Color Harmonies of #FB8CE0
Complementary color
Monochromatic Colors of #FB8CE0
Black with #FB8CE0
Text Example
Text Example
White with #FB8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CE0; }
p { color: rgb(251,140,224); }
H1.HeaderClassName
{
color: #FB8CE0;
}
.AnyTagClassName
{
color: #FB8CE0;
}
</style>
background-color css
<style>
a { background-color: #FB8CE0; }
a { background-color: rgb(251,140,224); }
div.DivClassName
{
background-color: #FB8CE0;
}
.BgClassName
{
background-color: #FB8CE0;
}
</style>
border-color css
<style>
span { border-color: #FB8CE0; }
span { border-color: rgb(251,140,224); }
td.TdClassName
{
border-color: #FB8CE0;
}
.TagClassName
{
border-color: #FB8CE0;
}
</style>