#FA8FEA

Color #FA8FEA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FA8FEA

Tints of Pale Magenta #FA8FEA

Color information

#FA8FEA (or 0xFA8FEA) is unknown color: approx Pale Magenta. HEX triplet: FA, 8F and EA. RGB value is (250,143,234). Sum of RGB (Red+Green+Blue) = 250+143+234=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 143 (56.25% from 255 or 22.81% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FEA is #057015. Grayscale: #B9B9B9. Windows color (decimal): -356374 or 15372282. OLE color: 15372282.

HSL color Cylindrical-coordinate representation of color #FA8FEA: hue angle of 308.97º 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 #FA8FEA is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250143234-
CMYK00.430.060.02
HSL308.97º91.45%77.06%-
HSV(B)308.97º42.8%98.04%-
XYZ64.145.9183.32-
YUV185.37155.45174.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 143 (56.25% from 255) = 22.81%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=39.87%
G=22.81%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014323400.430.060.02308.9791.4577.06
HexFA8FEA02B621355b4d
Octal37221735205362465133115
Binary11111010100011111110101001010111101010011010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FEA; }

 p { color: rgb(250,143,234); }

 H1.HeaderClassName
 {
   color: #FA8FEA;
 }
 .AnyTagClassName
 {
   color: #FA8FEA;
 }
</style>
background-color css

<style>
 a { background-color: #FA8FEA; }

 a { background-color: rgb(250,143,234); }

 div.DivClassName
 {
   background-color: #FA8FEA;
 }
 .BgClassName
 {
   background-color: #FA8FEA;
 }
</style>
border-color css

<style>
 span { border-color: #FA8FEA; }

 span { border-color: rgb(250,143,234); }

 td.TdClassName
 {
   border-color: #FA8FEA;
 }
 .TagClassName
 {
   border-color: #FA8FEA;
 }
</style>