Html Css Color HEX #FAA686 Light Salmon

📋 copy color: '#FAA686'

red 250 ◦ green 166 ◦ blue 134

#FAA686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FAA686

Tints of Light Salmon #FAA686

RGB

 RED value IS 250 (98.05% from 255) = 45.45%

 GREEN value IS 166 (65.23% from 255) = 30.18%

 BLUE value IS 134 (52.73% from 255) = 24.36%

R = 45.45%
G = 30.18%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAA686 (or 0xFAA686) is known color: Light Salmon. HEX triplet: FA, A6 and 86. RGB value is (250,166,134). Sum of RGB (Red+Green+Blue) = 250+166+134=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA686 is #055979. Grayscale: #BBBBBB. Windows color (decimal): -350586 or 8824570. OLE color: 8824570.

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

Color convert

RGB 250 166 134 -
CMYK 0 0.34 0.46 0.02
HSL 16.55º 0.92% 0.75% -
HSV(B) 16.55º 0.46% 0.98% -
XYZ 57.36 49.32 29.05 -
YUV 187.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 250 166 134 0 0.34 0.46 0.02 16.55 0.92 0.75
Hex FA A6 86 0 22 2E 2 11 5C 4B
Octal 372 246 206 0 42 56 2 21 134 113
Binary 11111010 10100110 10000110 0 100010 101110 10 10001 1011100 1001011

Color Harmonies of #FAA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA686

Black with #FAA686

Text Example


Text Example

White with #FAA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA686; }

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

 H1.HeaderClassName
 {
   color: #FAA686;
 }
 .AnyTagClassName
 {
   color: #FAA686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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