#FAA47E

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

Shades of Light Salmon #FAA47E

Tints of Light Salmon #FAA47E

Color information

#FAA47E (or 0xFAA47E) is unknown color: approx Light Salmon. HEX triplet: FA, A4 and 7E. RGB value is (250,164,126). Sum of RGB (Red+Green+Blue) = 250+164+126=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA47E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA47E is #055B81. Grayscale: #B9B9B9. Windows color (decimal): -351106 or 8299770. OLE color: 8299770.

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

Color convert

RGB250164126-
CMYK00.340.500.02
HSL18.39º92.54%73.73%-
HSV(B)18.39º49.6%98.04%-
XYZ56.4748.3826.1-
YUV185.3894.49174.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.30%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=46.30%
G=30.37%
B=23.33%

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
Decimal25016412600.340.500.0218.3992.5473.73
HexFAA47E022322125d4a
Octal37224417604262222135112
Binary111110101010010011111100100010110010101001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA47E; }

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

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

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

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

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

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

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

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