#FA8BE7

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

Shades of Pale Magenta #FA8BE7

Tints of Pale Magenta #FA8BE7

Color information

#FA8BE7 (or 0xFA8BE7) is unknown color: approx Pale Magenta. HEX triplet: FA, 8B and E7. RGB value is (250,139,231). Sum of RGB (Red+Green+Blue) = 250+139+231=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 139 (54.69% from 255 or 22.42% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BE7 is #057418. Grayscale: #B6B6B6. Windows color (decimal): -357401 or 15174650. OLE color: 15174650.

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

Color convert

RGB250139231-
CMYK00.440.080.02
HSL310.27º91.74%76.27%-
HSV(B)310.27º44.4%98.04%-
XYZ63.0844.5680.88-
YUV182.68155.27176.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 139 (54.69% from 255) = 22.42%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=40.32%
G=22.42%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013923100.440.080.02310.2791.7476.27
HexFA8BE702C821365c4c
Octal372213347054102466134114
Binary111110101000101111100111010110010001010011011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BE7; }

 p { color: rgb(250,139,231); }

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

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

 a { background-color: rgb(250,139,231); }

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

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

 span { border-color: rgb(250,139,231); }

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