#FA7BDC

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

Shades of Pale Magenta #FA7BDC

Tints of Pale Magenta #FA7BDC

Color information

#FA7BDC (or 0xFA7BDC) is unknown color: approx Pale Magenta. HEX triplet: FA, 7B and DC. RGB value is (250,123,220). Sum of RGB (Red+Green+Blue) = 250+123+220=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BDC is #058423. Grayscale: #ABABAB. Windows color (decimal): -361508 or 14449658. OLE color: 14449658.

HSL color Cylindrical-coordinate representation of color #FA7BDC: hue angle of 314.17º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BDC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250123220-
CMYK00.510.120.02
HSL314.17º92.7%73.14%-
HSV(B)314.17º50.8%98.04%-
XYZ59.4339.6672.23-
YUV172.03155.08183.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 123 (48.44% from 255) = 20.74%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=42.16%
G=20.74%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012322000.510.120.02314.1792.773.14
HexFA7BDC033C213a5d49
Octal372173334063142472135111
Binary11111010111101111011100011001111001010011101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7BDC; }

 p { color: rgb(250,123,220); }

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

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

 a { background-color: rgb(250,123,220); }

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

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

 span { border-color: rgb(250,123,220); }

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