Shades of Pale Magenta #FA8BEA
Tints of Pale Magenta #FA8BEA
RGB
CMYK
RGB Variations
Color information
#FA8BEA (or 0xFA8BEA) is known color: Pale Magenta. HEX triplet: FA, 8B and EA. RGB value is (250,139,234). Sum of RGB (Red+Green+Blue) = 250+139+234=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 139 (54.69% from 255 or 22.31% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BEA is #057415. Grayscale: #B6B6B6. Windows color (decimal): -357398 or 15371258. OLE color: 15371258.
HSL color Cylindrical-coordinate representation of color #FA8BEA: hue angle of 308.65º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BEA is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 234 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.02 |
| HSL | 308.65º | 0.92% | 0.76% | - |
| HSV(B) | 308.65º | 0.44% | 0.98% | - |
| XYZ | 63.51 | 44.73 | 83.13 | - |
| YUV | 183.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 234 | 0 | 0.44 | 0.06 | 0.02 | 308.65 | 0.92 | 0.76 |
| Hex | FA | 8B | EA | 0 | 2C | 6 | 2 | 135 | 5C | 4C |
| Octal | 372 | 213 | 352 | 0 | 54 | 6 | 2 | 465 | 134 | 114 |
| Binary | 11111010 | 10001011 | 11101010 | 0 | 101100 | 110 | 10 | 100110101 | 1011100 | 1001100 |
Color Harmonies of #FA8BEA
Complementary color
Monochromatic Colors of #FA8BEA
Black with #FA8BEA
Text Example
Text Example
White with #FA8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BEA; }
p { color: rgb(250,139,234); }
H1.HeaderClassName
{
color: #FA8BEA;
}
.AnyTagClassName
{
color: #FA8BEA;
}
</style>
background-color css
<style>
a { background-color: #FA8BEA; }
a { background-color: rgb(250,139,234); }
div.DivClassName
{
background-color: #FA8BEA;
}
.BgClassName
{
background-color: #FA8BEA;
}
</style>
border-color css
<style>
span { border-color: #FA8BEA; }
span { border-color: rgb(250,139,234); }
td.TdClassName
{
border-color: #FA8BEA;
}
.TagClassName
{
border-color: #FA8BEA;
}
</style>