Html Css Color HEX #FAAB86 Light Salmon

📋 copy color: '#FAAB86'

red 250 ◦ green 171 ◦ blue 134

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

Shades of Light Salmon #FAAB86

Tints of Light Salmon #FAAB86

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 value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

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

RGB 250 171 134 -
CMYK 0 0.32 0.46 0.02
HSL 19.14º 0.92% 0.75% -
HSV(B) 19.14º 0.46% 0.98% -
XYZ 58.29 51.17 29.36 -
YUV 190.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 250 171 134 0 0.32 0.46 0.02 19.14 0.92 0.75
Hex FA AB 86 0 20 2E 2 13 5C 4B
Octal 372 253 206 0 40 56 2 23 134 113
Binary 11111010 10101011 10000110 0 100000 101110 10 10011 1011100 1001011

Color Harmonies of #FAAB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB86

Black with #FAAB86

Text Example


Text Example

White with #FAAB86

Text Example


Text Example

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