#FA88DD

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

Shades of Pale Magenta #FA88DD

Tints of Pale Magenta #FA88DD

Color information

#FA88DD (or 0xFA88DD) is unknown color: approx Pale Magenta. HEX triplet: FA, 88 and DD. RGB value is (250,136,221). Sum of RGB (Red+Green+Blue) = 250+136+221=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88DD is #057722. Grayscale: #B3B3B3. Windows color (decimal): -358179 or 14518522. OLE color: 14518522.

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

Color convert

RGB250136221-
CMYK00.460.120.02
HSL315.26º91.94%75.69%-
HSV(B)315.26º45.6%98.04%-
XYZ61.2843.1573.51-
YUV179.78151.27178.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 136 (53.52% from 255) = 22.41%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=41.19%
G=22.41%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013622100.460.120.02315.2691.9475.69
HexFA88DD02EC213b5c4c
Octal372210335056142473134114
Binary111110101000100011011101010111011001010011101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88DD; }

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

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

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

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

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

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

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

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