Html Css Color HEX #FAA886 Light Salmon

📋 copy color: '#FAA886'

red 250 ◦ green 168 ◦ blue 134

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

Shades of Light Salmon #FAA886

Tints of Light Salmon #FAA886

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.43%

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

R = 45.29%
G = 30.43%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAA886 (or 0xFAA886) is known color: Light Salmon. HEX triplet: FA, A8 and 86. RGB value is (250,168,134). Sum of RGB (Red+Green+Blue) = 250+168+134=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA886 is #055779. Grayscale: #BCBCBC. Windows color (decimal): -350074 or 8825082. OLE color: 8825082.

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

Color convert

RGB 250 168 134 -
CMYK 0 0.33 0.46 0.02
HSL 17.59º 0.92% 0.75% -
HSV(B) 17.59º 0.46% 0.98% -
XYZ 57.73 50.05 29.17 -
YUV 188.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 250 168 134 0 0.33 0.46 0.02 17.59 0.92 0.75
Hex FA A8 86 0 21 2E 2 12 5C 4B
Octal 372 250 206 0 41 56 2 22 134 113
Binary 11111010 10101000 10000110 0 100001 101110 10 10010 1011100 1001011

Color Harmonies of #FAA886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA886

Black with #FAA886

Text Example


Text Example

White with #FAA886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA886; }

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

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

background-color css

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

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

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

border-color css

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

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

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