#FA8AEA

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

Shades of Pale Magenta #FA8AEA

Tints of Pale Magenta #FA8AEA

Color information

#FA8AEA (or 0xFA8AEA) is unknown color: approx Pale Magenta. HEX triplet: FA, 8A and EA. RGB value is (250,138,234). Sum of RGB (Red+Green+Blue) = 250+138+234=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 138 (54.30% from 255 or 22.19% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8AEA is #057515. Grayscale: #B6B6B6. Windows color (decimal): -357654 or 15371002. OLE color: 15371002.

HSL color Cylindrical-coordinate representation of color #FA8AEA: hue angle of 308.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8AEA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250138234-
CMYK00.450.060.02
HSL308.57º91.8%76.08%-
HSV(B)308.57º44.8%98.04%-
XYZ63.3644.4483.08-
YUV182.43157.11176.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 138 (54.30% from 255) = 22.19%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=40.19%
G=22.19%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013823400.450.060.02308.5791.876.08
HexFA8AEA02D621355c4c
Octal37221235205562465134114
Binary11111010100010101110101001011011101010011010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8AEA; }

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

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

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

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

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

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

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

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