Html Css Color HEX #FAAB89 Light Salmon

📋 copy color: '#FAAB89'

red 250 ◦ green 171 ◦ blue 137

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

Shades of Light Salmon #FAAB89

Tints of Light Salmon #FAAB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.65%

 BLUE value IS 137 (53.91% from 255) = 24.55%

R = 44.8%
G = 30.65%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAAB89 (or 0xFAAB89) is known color: Light Salmon. HEX triplet: FA, AB and 89. RGB value is (250,171,137). Sum of RGB (Red+Green+Blue) = 250+171+137=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB89 is #055476. Grayscale: #BEBEBE. Windows color (decimal): -349303 or 9022458. OLE color: 9022458.

HSL color Cylindrical-coordinate representation of color #FAAB89: hue angle of 18.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAAB89 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 171 137 -
CMYK 0 0.32 0.45 0.02
HSL 18.05º 0.92% 0.76% -
HSV(B) 18.05º 0.45% 0.98% -
XYZ 58.5 51.26 30.48 -
YUV 190.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 250 171 137 0 0.32 0.45 0.02 18.05 0.92 0.76
Hex FA AB 89 0 20 2D 2 12 5C 4C
Octal 372 253 211 0 40 55 2 22 134 114
Binary 11111010 10101011 10001001 0 100000 101101 10 10010 1011100 1001100

Color Harmonies of #FAAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB89

Black with #FAAB89

Text Example


Text Example

White with #FAAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB89; }

 p { color: rgb(250,171,137); }

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

background-color css

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

 a { background-color: rgb(250,171,137); }

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

border-color css

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

 span { border-color: rgb(250,171,137); }

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