#FC89E5

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

Shades of Pale Magenta #FC89E5

Tints of Pale Magenta #FC89E5

Color information

#FC89E5 (or 0xFC89E5) is unknown color: approx Pale Magenta. HEX triplet: FC, 89 and E5. RGB value is (252,137,229). Sum of RGB (Red+Green+Blue) = 252+137+229=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 137 (53.91% from 255 or 22.17% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89E5 is #03761A. Grayscale: #B5B5B5. Windows color (decimal): -226843 or 15043068. OLE color: 15043068.

HSL color Cylindrical-coordinate representation of color #FC89E5: hue angle of 312º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC89E5 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252137229-
CMYK00.460.090.01
HSL312º95.04%76.27%-
HSV(B)312º45.63%98.82%-
XYZ63.2344.2479.34-
YUV181.87154.6178.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 137 (53.91% from 255) = 22.17%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=40.78%
G=22.17%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213722900.460.090.0131295.0476.27
HexFC89E502E911385f4c
Octal374211345056111470137114
Binary11111100100010011110010101011101001110011100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC89E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC89E5; }

 p { color: rgb(252,137,229); }

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

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

 a { background-color: rgb(252,137,229); }

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

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

 span { border-color: rgb(252,137,229); }

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