Shades of Pale Magenta #FB8AE6
Tints of Pale Magenta #FB8AE6
RGB
CMYK
RGB Variations
Color information
#FB8AE6 (or 0xFB8AE6) is known color: Pale Magenta. HEX triplet: FB, 8A and E6. RGB value is (251,138,230). Sum of RGB (Red+Green+Blue) = 251+138+230=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 138 (54.30% from 255 or 22.29% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AE6 is #047519. Grayscale: #B6B6B6. Windows color (decimal): -292122 or 15108859. OLE color: 15108859.
HSL color Cylindrical-coordinate representation of color #FB8AE6: hue angle of 311.15º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8AE6 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 230 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.02 |
| HSL | 311.15º | 0.93% | 0.76% | - |
| HSV(B) | 311.15º | 0.45% | 0.98% | - |
| XYZ | 63.16 | 44.4 | 80.1 | - |
| YUV | 182.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 230 | 0 | 0.45 | 0.08 | 0.02 | 311.15 | 0.93 | 0.76 |
| Hex | FB | 8A | E6 | 0 | 2D | 8 | 2 | 137 | 5D | 4C |
| Octal | 373 | 212 | 346 | 0 | 55 | 10 | 2 | 467 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11100110 | 0 | 101101 | 1000 | 10 | 100110111 | 1011101 | 1001100 |
Color Harmonies of #FB8AE6
Complementary color
Monochromatic Colors of #FB8AE6
Black with #FB8AE6
Text Example
Text Example
White with #FB8AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8AE6; }
p { color: rgb(251,138,230); }
H1.HeaderClassName
{
color: #FB8AE6;
}
.AnyTagClassName
{
color: #FB8AE6;
}
</style>
background-color css
<style>
a { background-color: #FB8AE6; }
a { background-color: rgb(251,138,230); }
div.DivClassName
{
background-color: #FB8AE6;
}
.BgClassName
{
background-color: #FB8AE6;
}
</style>
border-color css
<style>
span { border-color: #FB8AE6; }
span { border-color: rgb(251,138,230); }
td.TdClassName
{
border-color: #FB8AE6;
}
.TagClassName
{
border-color: #FB8AE6;
}
</style>