#FAAB86

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

Shades of Light Salmon #FAAB86

Tints of Light Salmon #FAAB86

Color information

#FAAB86 (or 0xFAAB86) is unknown color: approx Light Salmon. HEX triplet: FA, AB and 86. RGB value is (250,171,134). Sum of RGB (Red+Green+Blue) = 250+171+134=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB86 is #055479. Grayscale: #BEBEBE. Windows color (decimal): -349306 or 8825850. OLE color: 8825850.

HSL color Cylindrical-coordinate representation of color #FAAB86: hue angle of 19.14º 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 #FAAB86 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250171134-
CMYK00.320.460.02
HSL19.14º92.06%75.29%-
HSV(B)19.14º46.4%98.04%-
XYZ58.2951.1729.36-
YUV190.496.17170.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 134 (52.73% from 255) = 24.14%
R=45.05%
G=30.81%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017113400.320.460.0219.1492.0675.29
HexFAAB860202E2135c4b
Octal37225320604056223134113
Binary1111101010101011100001100100000101110101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB86; }

 p { color: rgb(250,171,134); }

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

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

 a { background-color: rgb(250,171,134); }

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

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

 span { border-color: rgb(250,171,134); }

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