#FA88E3

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

Shades of Pale Magenta #FA88E3

Tints of Pale Magenta #FA88E3

Color information

#FA88E3 (or 0xFA88E3) is unknown color: approx Pale Magenta. HEX triplet: FA, 88 and E3. RGB value is (250,136,227). Sum of RGB (Red+Green+Blue) = 250+136+227=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 136 (53.52% from 255 or 22.19% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88E3 is #05771C. Grayscale: #B4B4B4. Windows color (decimal): -358173 or 14911738. OLE color: 14911738.

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

Color convert

RGB250136227-
CMYK00.460.090.02
HSL312.11º91.94%75.69%-
HSV(B)312.11º45.6%98.04%-
XYZ62.0943.4877.79-
YUV180.46154.27177.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 136 (53.52% from 255) = 22.19%
BLUE value IS 227 (89.06% from 255) = 37.03%
R=40.78%
G=22.19%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013622700.460.090.02312.1191.9475.69
HexFA88E302E921385c4c
Octal372210343056112470134114
Binary111110101000100011100011010111010011010011100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88E3; }

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

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

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

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

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

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

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

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