#FAA47C

Color #FAA47C Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FAA47C

Tints of Light Salmon #FAA47C

Color information

#FAA47C (or 0xFAA47C) is unknown color: approx Light Salmon. HEX triplet: FA, A4 and 7C. RGB value is (250,164,124). Sum of RGB (Red+Green+Blue) = 250+164+124=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA47C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA47C is #055B83. Grayscale: #B9B9B9. Windows color (decimal): -351108 or 8168698. OLE color: 8168698.

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

Color convert

RGB250164124-
CMYK00.340.500.02
HSL19.05º92.65%73.33%-
HSV(B)19.05º50.4%98.04%-
XYZ56.3448.3325.43-
YUV185.1593.49174.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.47%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 124 (48.83% from 255) = 23.05%
R=46.47%
G=30.48%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016412400.340.500.0219.0592.6573.33
HexFAA47C022322135d49
Octal37224417404262223135111
Binary111110101010010011111000100010110010101001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA47C; }

 p { color: rgb(250,164,124); }

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

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

 a { background-color: rgb(250,164,124); }

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

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

 span { border-color: rgb(250,164,124); }

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