Shades of Pale Magenta #FB7CE6
Tints of Pale Magenta #FB7CE6
RGB
CMYK
RGB Variations
Color information
#FB7CE6 (or 0xFB7CE6) is known color: Pale Magenta. HEX triplet: FB, 7C and E6. RGB value is (251,124,230). Sum of RGB (Red+Green+Blue) = 251+124+230=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CE6 is #048319. Grayscale: #ADADAD. Windows color (decimal): -295706 or 15105275. OLE color: 15105275.
HSL color Cylindrical-coordinate representation of color #FB7CE6: hue angle of 309.92º 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 #FB7CE6 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 230 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.02 |
| HSL | 309.92º | 0.94% | 0.74% | - |
| HSV(B) | 309.92º | 0.51% | 0.98% | - |
| XYZ | 61.27 | 40.64 | 79.48 | - |
| YUV | 174.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 230 | 0 | 0.51 | 0.08 | 0.02 | 309.92 | 0.94 | 0.74 |
| Hex | FB | 7C | E6 | 0 | 33 | 8 | 2 | 136 | 5E | 4A |
| Octal | 373 | 174 | 346 | 0 | 63 | 10 | 2 | 466 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11100110 | 0 | 110011 | 1000 | 10 | 100110110 | 1011110 | 1001010 |
Color Harmonies of #FB7CE6
Complementary color
Monochromatic Colors of #FB7CE6
Black with #FB7CE6
Text Example
Text Example
White with #FB7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CE6; }
p { color: rgb(251,124,230); }
H1.HeaderClassName
{
color: #FB7CE6;
}
.AnyTagClassName
{
color: #FB7CE6;
}
</style>
background-color css
<style>
a { background-color: #FB7CE6; }
a { background-color: rgb(251,124,230); }
div.DivClassName
{
background-color: #FB7CE6;
}
.BgClassName
{
background-color: #FB7CE6;
}
</style>
border-color css
<style>
span { border-color: #FB7CE6; }
span { border-color: rgb(251,124,230); }
td.TdClassName
{
border-color: #FB7CE6;
}
.TagClassName
{
border-color: #FB7CE6;
}
</style>