#FAAA87

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

Shades of Light Salmon #FAAA87

Tints of Light Salmon #FAAA87

Color information

#FAAA87 (or 0xFAAA87) is unknown color: approx Light Salmon. HEX triplet: FA, AA and 87. RGB value is (250,170,135). Sum of RGB (Red+Green+Blue) = 250+170+135=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA87 is #055578. Grayscale: #BEBEBE. Windows color (decimal): -349561 or 8891130. OLE color: 8891130.

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

Color convert

RGB250170135-
CMYK00.320.460.02
HSL18.26º92%75.49%-
HSV(B)18.26º46%98.04%-
XYZ58.1750.8229.67-
YUV189.9397170.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 135 (53.12% from 255) = 24.32%
R=45.05%
G=30.63%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017013500.320.460.0218.269275.49
HexFAAA870202E2125c4b
Octal37225220704056222134113
Binary1111101010101010100001110100000101110101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA87; }

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

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

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

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

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

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

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

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