Html Css Color HEX #FAA687 Light Salmon

📋 copy color: '#FAA687'

red 250 ◦ green 166 ◦ blue 135

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

Shades of Light Salmon #FAA687

Tints of Light Salmon #FAA687

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.13% from 255) = 24.5%

R = 45.37%
G = 30.13%
B = 24.5%

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

#FAA687 (or 0xFAA687) is known color: 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

RGB 250 166 135 -
CMYK 0 0.34 0.46 0.02
HSL 16.17º 0.92% 0.75% -
HSV(B) 16.17º 0.46% 0.98% -
XYZ 57.43 49.35 29.42 -
YUV 187.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 250 166 135 0 0.34 0.46 0.02 16.17 0.92 0.75
Hex FA A6 87 0 22 2E 2 10 5C 4B
Octal 372 246 207 0 42 56 2 20 134 113
Binary 11111010 10100110 10000111 0 100010 101110 10 10000 1011100 1001011

Color Harmonies of #FAA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA687

Black with #FAA687

Text Example


Text Example

White with #FAA687

Text Example


Text Example

HTML Codes & Css Web 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>