#FA88D8

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

Shades of Pale Magenta #FA88D8

Tints of Pale Magenta #FA88D8

Color information

#FA88D8 (or 0xFA88D8) is unknown color: approx Pale Magenta. HEX triplet: FA, 88 and D8. RGB value is (250,136,216). Sum of RGB (Red+Green+Blue) = 250+136+216=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88D8 is #057727. Grayscale: #B3B3B3. Windows color (decimal): -358184 or 14190842. OLE color: 14190842.

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

Color convert

RGB250136216-
CMYK00.460.140.02
HSL317.89º91.94%75.69%-
HSV(B)317.89º45.6%98.04%-
XYZ60.6242.8970.05-
YUV179.21148.77178.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 136 (53.52% from 255) = 22.59%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=41.53%
G=22.59%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013621600.460.140.02317.8991.9475.69
HexFA88D802EE213e5c4c
Octal372210330056162476134114
Binary111110101000100011011000010111011101010011111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88D8; }

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

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

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

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

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

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

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

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