#FAA87E

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

Shades of Light Salmon #FAA87E

Tints of Light Salmon #FAA87E

Color information

#FAA87E (or 0xFAA87E) is unknown color: approx Light Salmon. HEX triplet: FA, A8 and 7E. RGB value is (250,168,126). Sum of RGB (Red+Green+Blue) = 250+168+126=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA87E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA87E is #055781. Grayscale: #BBBBBB. Windows color (decimal): -350082 or 8300794. OLE color: 8300794.

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

Color convert

RGB250168126-
CMYK00.330.500.02
HSL20.32º92.54%73.73%-
HSV(B)20.32º49.6%98.04%-
XYZ57.1949.8426.34-
YUV187.7393.17172.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 126 (49.61% from 255) = 23.16%
R=45.96%
G=30.88%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016812600.330.500.0220.3292.5473.73
HexFAA87E021322145d4a
Octal37225017604162224135112
Binary111110101010100011111100100001110010101010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA87E; }

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

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

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

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

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

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

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

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