#FAA687

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

Shades of Light Salmon #FAA687

Tints of Light Salmon #FAA687

Color information

#FAA687 (or 0xFAA687) is unknown color: approx Light Salmon. HEX triplet: FA, A6 and 87. RGB value is (250,166,135). Sum of RGB (Red+Green+Blue) = 250+166+135=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA687 is #055978. Grayscale: #BBBBBB. Windows color (decimal): -350585 or 8890106. OLE color: 8890106.

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

Color convert

RGB250166135-
CMYK00.340.460.02
HSL16.17º92%75.49%-
HSV(B)16.17º46%98.04%-
XYZ57.4349.3529.42-
YUV187.5898.33172.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 166 (65.23% from 255) = 30.13%
BLUE value IS 135 (53.12% from 255) = 24.50%
R=45.37%
G=30.13%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016613500.340.460.0216.179275.49
HexFAA6870222E2105c4b
Octal37224620704256220134113
Binary1111101010100110100001110100010101110101000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA687; }

 p { color: rgb(250,166,135); }

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

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

 a { background-color: rgb(250,166,135); }

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

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

 span { border-color: rgb(250,166,135); }

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