Shades of Pale Magenta #FA8CEB
Tints of Pale Magenta #FA8CEB
RGB
CMYK
RGB Variations
Color information
#FA8CEB (or 0xFA8CEB) is known color: Pale Magenta. HEX triplet: FA, 8C and EB. RGB value is (250,140,235). Sum of RGB (Red+Green+Blue) = 250+140+235=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8CEB is #057314. Grayscale: #B7B7B7. Windows color (decimal): -357141 or 15437050. OLE color: 15437050.
HSL color Cylindrical-coordinate representation of color #FA8CEB: hue angle of 308.18º 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 #FA8CEB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 235 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.02 |
| HSL | 308.18º | 0.92% | 0.76% | - |
| HSV(B) | 308.18º | 0.44% | 0.98% | - |
| XYZ | 63.8 | 45.08 | 83.94 | - |
| YUV | 183.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 235 | 0 | 0.44 | 0.06 | 0.02 | 308.18 | 0.92 | 0.76 |
| Hex | FA | 8C | EB | 0 | 2C | 6 | 2 | 134 | 5C | 4C |
| Octal | 372 | 214 | 353 | 0 | 54 | 6 | 2 | 464 | 134 | 114 |
| Binary | 11111010 | 10001100 | 11101011 | 0 | 101100 | 110 | 10 | 100110100 | 1011100 | 1001100 |
Color Harmonies of #FA8CEB
Complementary color
Monochromatic Colors of #FA8CEB
Black with #FA8CEB
Text Example
Text Example
White with #FA8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CEB; }
p { color: rgb(250,140,235); }
H1.HeaderClassName
{
color: #FA8CEB;
}
.AnyTagClassName
{
color: #FA8CEB;
}
</style>
background-color css
<style>
a { background-color: #FA8CEB; }
a { background-color: rgb(250,140,235); }
div.DivClassName
{
background-color: #FA8CEB;
}
.BgClassName
{
background-color: #FA8CEB;
}
</style>
border-color css
<style>
span { border-color: #FA8CEB; }
span { border-color: rgb(250,140,235); }
td.TdClassName
{
border-color: #FA8CEB;
}
.TagClassName
{
border-color: #FA8CEB;
}
</style>