#FA89DE

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

Shades of Pale Magenta #FA89DE

Tints of Pale Magenta #FA89DE

Color information

#FA89DE (or 0xFA89DE) is unknown color: approx Pale Magenta. HEX triplet: FA, 89 and DE. RGB value is (250,137,222). Sum of RGB (Red+Green+Blue) = 250+137+222=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 137 (53.91% from 255 or 22.50% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89DE is #057621. Grayscale: #B4B4B4. Windows color (decimal): -357922 or 14584314. OLE color: 14584314.

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

Color convert

RGB250137222-
CMYK00.450.110.02
HSL314.87º91.87%75.88%-
HSV(B)314.87º45.2%98.04%-
XYZ61.5543.4974.26-
YUV180.48151.44177.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 137 (53.91% from 255) = 22.50%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=41.05%
G=22.50%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013722200.450.110.02314.8791.8775.88
HexFA89DE02DB213b5c4c
Octal372211336055132473134114
Binary111110101000100111011110010110110111010011101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89DE; }

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

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

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

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

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

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

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

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