#F8AA89

Color #F8AA89 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #F8AA89

Tints of Light Salmon #F8AA89

Color information

#F8AA89 (or 0xF8AA89) is unknown color: approx Light Salmon. HEX triplet: F8, AA and 89. RGB value is (248,170,137). Sum of RGB (Red+Green+Blue) = 248+170+137=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AA89 is #075576. Grayscale: #BDBDBD. Windows color (decimal): -480631 or 9022200. OLE color: 9022200.

HSL color Cylindrical-coordinate representation of color #F8AA89: hue angle of 17.84º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8AA89 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB248170137-
CMYK00.310.450.03
HSL17.84º88.8%75.49%-
HSV(B)17.84º44.76%97.25%-
XYZ57.650.5130.38-
YUV189.5698.34169.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.68%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 137 (53.91% from 255) = 24.68%
R=44.68%
G=30.63%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817013700.310.450.0317.8488.875.49
HexF8AA8901F2D312594b
Octal37025221103755322131113
Binary111110001010101010001001011111101101111001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AA89; }

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

 H1.HeaderClassName
 {
   color: #F8AA89;
 }
 .AnyTagClassName
 {
   color: #F8AA89;
 }
</style>
background-color css

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

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

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

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

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

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