#FA8CE3

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

Shades of Pale Magenta #FA8CE3

Tints of Pale Magenta #FA8CE3

Color information

#FA8CE3 (or 0xFA8CE3) is unknown color: approx Pale Magenta. HEX triplet: FA, 8C and E3. RGB value is (250,140,227). Sum of RGB (Red+Green+Blue) = 250+140+227=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CE3 is #05731C. Grayscale: #B6B6B6. Windows color (decimal): -357149 or 14912762. OLE color: 14912762.

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

Color convert

RGB250140227-
CMYK00.440.090.02
HSL312.55º91.67%76.47%-
HSV(B)312.55º44%98.04%-
XYZ62.6744.6377.98-
YUV182.81152.94175.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 140 (55.08% from 255) = 22.69%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=40.52%
G=22.69%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014022700.440.090.02312.5591.6776.47
HexFA8CE302C921395c4c
Octal372214343054112471134114
Binary111110101000110011100011010110010011010011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CE3; }

 p { color: rgb(250,140,227); }

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

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

 a { background-color: rgb(250,140,227); }

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

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

 span { border-color: rgb(250,140,227); }

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