#FAAA88

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

Shades of Light Salmon #FAAA88

Tints of Light Salmon #FAAA88

Color information

#FAAA88 (or 0xFAAA88) is unknown color: approx Light Salmon. HEX triplet: FA, AA and 88. RGB value is (250,170,136). Sum of RGB (Red+Green+Blue) = 250+170+136=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA88 is #055577. Grayscale: #BEBEBE. Windows color (decimal): -349560 or 8956666. OLE color: 8956666.

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

Color convert

RGB250170136-
CMYK00.320.460.02
HSL17.89º91.94%75.69%-
HSV(B)17.89º45.6%98.04%-
XYZ58.2450.8530.04-
YUV190.0497.5170.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=44.96%
G=30.58%
B=24.46%

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
Decimal25017013600.320.460.0217.8991.9475.69
HexFAAA880202E2125c4c
Octal37225221004056222134114
Binary1111101010101010100010000100000101110101001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA88; }

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

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

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

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

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

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

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

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