#FAAB88

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

Shades of Light Salmon #FAAB88

Tints of Light Salmon #FAAB88

Color information

#FAAB88 (or 0xFAAB88) is unknown color: approx Light Salmon. HEX triplet: FA, AB and 88. RGB value is (250,171,136). Sum of RGB (Red+Green+Blue) = 250+171+136=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB88 is #055477. Grayscale: #BEBEBE. Windows color (decimal): -349304 or 8956922. OLE color: 8956922.

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

Color convert

RGB250171136-
CMYK00.320.460.02
HSL18.42º91.94%75.69%-
HSV(B)18.42º45.6%98.04%-
XYZ58.4351.2330.1-
YUV190.6397.17170.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 136 (53.52% from 255) = 24.42%
R=44.88%
G=30.70%
B=24.42%

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
Decimal25017113600.320.460.0218.4291.9475.69
HexFAAB880202E2125c4c
Octal37225321004056222134114
Binary1111101010101011100010000100000101110101001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB88; }

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

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

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

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

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

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

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

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