#FA8BDE

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

Shades of Pale Magenta #FA8BDE

Tints of Pale Magenta #FA8BDE

Color information

#FA8BDE (or 0xFA8BDE) is unknown color: approx Pale Magenta. HEX triplet: FA, 8B and DE. RGB value is (250,139,222). Sum of RGB (Red+Green+Blue) = 250+139+222=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BDE is #057421. Grayscale: #B5B5B5. Windows color (decimal): -357410 or 14584826. OLE color: 14584826.

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

Color convert

RGB250139222-
CMYK00.440.110.02
HSL315.14º91.74%76.27%-
HSV(B)315.14º44.4%98.04%-
XYZ61.8444.0674.35-
YUV181.65150.77176.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 139 (54.69% from 255) = 22.75%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=40.92%
G=22.75%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013922200.440.110.02315.1491.7476.27
HexFA8BDE02CB213b5c4c
Octal372213336054132473134114
Binary111110101000101111011110010110010111010011101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BDE; }

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

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

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

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

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

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

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

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