Shades of Pale Magenta #FB7CE8
Tints of Pale Magenta #FB7CE8
RGB
CMYK
RGB Variations
Color information
#FB7CE8 (or 0xFB7CE8) is known color: Pale Magenta. HEX triplet: FB, 7C and E8. RGB value is (251,124,232). Sum of RGB (Red+Green+Blue) = 251+124+232=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CE8 is #048317. Grayscale: #ADADAD. Windows color (decimal): -295704 or 15236347. OLE color: 15236347.
HSL color Cylindrical-coordinate representation of color #FB7CE8: hue angle of 308.98º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CE8 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 232 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.02 |
| HSL | 308.98º | 0.94% | 0.74% | - |
| HSV(B) | 308.98º | 0.51% | 0.98% | - |
| XYZ | 61.56 | 40.75 | 80.97 | - |
| YUV | 174.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 232 | 0 | 0.51 | 0.08 | 0.02 | 308.98 | 0.94 | 0.74 |
| Hex | FB | 7C | E8 | 0 | 33 | 8 | 2 | 135 | 5E | 4A |
| Octal | 373 | 174 | 350 | 0 | 63 | 10 | 2 | 465 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11101000 | 0 | 110011 | 1000 | 10 | 100110101 | 1011110 | 1001010 |
Color Harmonies of #FB7CE8
Complementary color
Monochromatic Colors of #FB7CE8
Black with #FB7CE8
Text Example
Text Example
White with #FB7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CE8; }
p { color: rgb(251,124,232); }
H1.HeaderClassName
{
color: #FB7CE8;
}
.AnyTagClassName
{
color: #FB7CE8;
}
</style>
background-color css
<style>
a { background-color: #FB7CE8; }
a { background-color: rgb(251,124,232); }
div.DivClassName
{
background-color: #FB7CE8;
}
.BgClassName
{
background-color: #FB7CE8;
}
</style>
border-color css
<style>
span { border-color: #FB7CE8; }
span { border-color: rgb(251,124,232); }
td.TdClassName
{
border-color: #FB7CE8;
}
.TagClassName
{
border-color: #FB7CE8;
}
</style>