#FA88D6

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

Shades of Pale Magenta #FA88D6

Tints of Pale Magenta #FA88D6

Color information

#FA88D6 (or 0xFA88D6) is unknown color: approx Pale Magenta. HEX triplet: FA, 88 and D6. RGB value is (250,136,214). Sum of RGB (Red+Green+Blue) = 250+136+214=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88D6 is #057729. Grayscale: #B2B2B2. Windows color (decimal): -358186 or 14059770. OLE color: 14059770.

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

Color convert

RGB250136214-
CMYK00.460.140.02
HSL318.95º91.94%75.69%-
HSV(B)318.95º45.6%98.04%-
XYZ60.3742.7968.7-
YUV178.98147.77178.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 136 (53.52% from 255) = 22.67%
BLUE value IS 214 (83.98% from 255) = 35.67%
R=41.67%
G=22.67%
B=35.67%

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
Decimal25013621400.460.140.02318.9591.9475.69
HexFA88D602EE213f5c4c
Octal372210326056162477134114
Binary111110101000100011010110010111011101010011111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88D6; }

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

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

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

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

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

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

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

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