#FA8BE6

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

Shades of Pale Magenta #FA8BE6

Tints of Pale Magenta #FA8BE6

Color information

#FA8BE6 (or 0xFA8BE6) is unknown color: approx Pale Magenta. HEX triplet: FA, 8B and E6. RGB value is (250,139,230). Sum of RGB (Red+Green+Blue) = 250+139+230=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BE6 is #057419. Grayscale: #B6B6B6. Windows color (decimal): -357402 or 15109114. OLE color: 15109114.

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

Color convert

RGB250139230-
CMYK00.440.080.02
HSL310.81º91.74%76.27%-
HSV(B)310.81º44.4%98.04%-
XYZ62.9444.580.14-
YUV182.56154.77176.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 139 (54.69% from 255) = 22.46%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=40.39%
G=22.46%
B=37.16%

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
Decimal25013923000.440.080.02310.8191.7476.27
HexFA8BE602C821375c4c
Octal372213346054102467134114
Binary111110101000101111100110010110010001010011011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BE6; }

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

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

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

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

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

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

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

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