#FAA78A

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

Shades of Light Salmon #FAA78A

Tints of Light Salmon #FAA78A

Color information

#FAA78A (or 0xFAA78A) is unknown color: approx Light Salmon. HEX triplet: FA, A7 and 8A. RGB value is (250,167,138). Sum of RGB (Red+Green+Blue) = 250+167+138=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA78A is #055875. Grayscale: #BCBCBC. Windows color (decimal): -350326 or 9086970. OLE color: 9086970.

HSL color Cylindrical-coordinate representation of color #FAA78A: hue angle of 15.54º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAA78A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250167138-
CMYK00.330.450.02
HSL15.54º91.8%76.08%-
HSV(B)15.54º44.8%98.04%-
XYZ57.8349.830.61-
YUV188.5199.5171.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=45.05%
G=30.09%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016713800.330.450.0215.5491.876.08
HexFAA78A0212D2105c4c
Octal37224721204155220134114
Binary1111101010100111100010100100001101101101000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA78A; }

 p { color: rgb(250,167,138); }

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

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

 a { background-color: rgb(250,167,138); }

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

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

 span { border-color: rgb(250,167,138); }

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