Shades of Pale Magenta #FA8CE3
Tints of Pale Magenta #FA8CE3
RGB
CMYK
RGB Variations
Color information
#FA8CE3 (or 0xFA8CE3) is known color: Pale Magenta. HEX triplet: FA, 8C and E3. RGB value is (250,140,227). Sum of RGB (Red+Green+Blue) = 250+140+227=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CE3 is #05731C. Grayscale: #B6B6B6. Windows color (decimal): -357149 or 14912762. OLE color: 14912762.
HSL color Cylindrical-coordinate representation of color #FA8CE3: hue angle of 312.55º 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 #FA8CE3 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 227 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.02 |
| HSL | 312.55º | 0.92% | 0.76% | - |
| HSV(B) | 312.55º | 0.44% | 0.98% | - |
| XYZ | 62.67 | 44.63 | 77.98 | - |
| YUV | 182.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 227 | 0 | 0.44 | 0.09 | 0.02 | 312.55 | 0.92 | 0.76 |
| Hex | FA | 8C | E3 | 0 | 2C | 9 | 2 | 139 | 5C | 4C |
| Octal | 372 | 214 | 343 | 0 | 54 | 11 | 2 | 471 | 134 | 114 |
| Binary | 11111010 | 10001100 | 11100011 | 0 | 101100 | 1001 | 10 | 100111001 | 1011100 | 1001100 |
Color Harmonies of #FA8CE3
Complementary color
Monochromatic Colors of #FA8CE3
Black with #FA8CE3
Text Example
Text Example
White with #FA8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CE3; }
p { color: rgb(250,140,227); }
H1.HeaderClassName
{
color: #FA8CE3;
}
.AnyTagClassName
{
color: #FA8CE3;
}
</style>
background-color css
<style>
a { background-color: #FA8CE3; }
a { background-color: rgb(250,140,227); }
div.DivClassName
{
background-color: #FA8CE3;
}
.BgClassName
{
background-color: #FA8CE3;
}
</style>
border-color css
<style>
span { border-color: #FA8CE3; }
span { border-color: rgb(250,140,227); }
td.TdClassName
{
border-color: #FA8CE3;
}
.TagClassName
{
border-color: #FA8CE3;
}
</style>