#FAA688

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

Shades of Light Salmon #FAA688

Tints of Light Salmon #FAA688

Color information

#FAA688 (or 0xFAA688) is unknown color: approx Light Salmon. HEX triplet: FA, A6 and 88. RGB value is (250,166,136). Sum of RGB (Red+Green+Blue) = 250+166+136=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA688 is #055977. Grayscale: #BBBBBB. Windows color (decimal): -350584 or 8955642. OLE color: 8955642.

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

Color convert

RGB250166136-
CMYK00.340.460.02
HSL15.79º91.94%75.69%-
HSV(B)15.79º45.6%98.04%-
XYZ57.549.3729.79-
YUV187.798.83172.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 136 (53.52% from 255) = 24.64%
R=45.29%
G=30.07%
B=24.64%

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
Decimal25016613600.340.460.0215.7991.9475.69
HexFAA6880222E2105c4c
Octal37224621004256220134114
Binary1111101010100110100010000100010101110101000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA688; }

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

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

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

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

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

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

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

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