Shades of Pale Magenta #FA8FEE
Tints of Pale Magenta #FA8FEE
RGB
CMYK
RGB Variations
Color information
#FA8FEE (or 0xFA8FEE) is known color: Pale Magenta. HEX triplet: FA, 8F and EE. RGB value is (250,143,238). Sum of RGB (Red+Green+Blue) = 250+143+238=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 143 (56.25% from 255 or 22.66% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FEE is #057011. Grayscale: #B9B9B9. Windows color (decimal): -356370 or 15634426. OLE color: 15634426.
HSL color Cylindrical-coordinate representation of color #FA8FEE: hue angle of 306.73º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FEE is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 238 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.02 |
| HSL | 306.73º | 0.91% | 0.77% | - |
| HSV(B) | 306.73º | 0.43% | 0.98% | - |
| XYZ | 64.68 | 46.14 | 86.39 | - |
| YUV | 185.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 238 | 0 | 0.43 | 0.05 | 0.02 | 306.73 | 0.91 | 0.77 |
| Hex | FA | 8F | EE | 0 | 2B | 5 | 2 | 133 | 5B | 4D |
| Octal | 372 | 217 | 356 | 0 | 53 | 5 | 2 | 463 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11101110 | 0 | 101011 | 101 | 10 | 100110011 | 1011011 | 1001101 |
Color Harmonies of #FA8FEE
Complementary color
Monochromatic Colors of #FA8FEE
Black with #FA8FEE
Text Example
Text Example
White with #FA8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FEE; }
p { color: rgb(250,143,238); }
H1.HeaderClassName
{
color: #FA8FEE;
}
.AnyTagClassName
{
color: #FA8FEE;
}
</style>
background-color css
<style>
a { background-color: #FA8FEE; }
a { background-color: rgb(250,143,238); }
div.DivClassName
{
background-color: #FA8FEE;
}
.BgClassName
{
background-color: #FA8FEE;
}
</style>
border-color css
<style>
span { border-color: #FA8FEE; }
span { border-color: rgb(250,143,238); }
td.TdClassName
{
border-color: #FA8FEE;
}
.TagClassName
{
border-color: #FA8FEE;
}
</style>