Html Css Color HEX #FAAA89 Light Salmon

📋 copy color: '#FAAA89'

red 250 ◦ green 170 ◦ blue 137

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

Shades of Light Salmon #FAAA89

Tints of Light Salmon #FAAA89

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

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

R = 44.88%
G = 30.52%
B = 24.6%

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

#FAAA89 (or 0xFAAA89) is known color: Light Salmon. HEX triplet: FA, AA and 89. RGB value is (250,170,137). Sum of RGB (Red+Green+Blue) = 250+170+137=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA89 is #055576. Grayscale: #BEBEBE. Windows color (decimal): -349559 or 9022202. OLE color: 9022202.

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

Color convert

RGB 250 170 137 -
CMYK 0 0.32 0.45 0.02
HSL 17.52º 0.92% 0.76% -
HSV(B) 17.52º 0.45% 0.98% -
XYZ 58.31 50.88 30.41 -
YUV 190.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 250 170 137 0 0.32 0.45 0.02 17.52 0.92 0.76
Hex FA AA 89 0 20 2D 2 12 5C 4C
Octal 372 252 211 0 40 55 2 22 134 114
Binary 11111010 10101010 10001001 0 100000 101101 10 10010 1011100 1001100

Color Harmonies of #FAAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA89

Black with #FAAA89

Text Example


Text Example

White with #FAAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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