#FAAB87

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

Shades of Light Salmon #FAAB87

Tints of Light Salmon #FAAB87

Color information

#FAAB87 (or 0xFAAB87) is unknown color: approx Light Salmon. HEX triplet: FA, AB and 87. RGB value is (250,171,135). Sum of RGB (Red+Green+Blue) = 250+171+135=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB87 is #055478. Grayscale: #BEBEBE. Windows color (decimal): -349305 or 8891386. OLE color: 8891386.

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

Color convert

RGB250171135-
CMYK00.320.460.02
HSL18.78º92%75.49%-
HSV(B)18.78º46%98.04%-
XYZ58.3651.229.73-
YUV190.5296.67170.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 135 (53.12% from 255) = 24.28%
R=44.96%
G=30.76%
B=24.28%

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
Decimal25017113500.320.460.0218.789275.49
HexFAAB870202E2135c4b
Octal37225320704056223134113
Binary1111101010101011100001110100000101110101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB87; }

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

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

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

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

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

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

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

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