#FAA888

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

Shades of Light Salmon #FAA888

Tints of Light Salmon #FAA888

Color information

#FAA888 (or 0xFAA888) is unknown color: approx Light Salmon. HEX triplet: FA, A8 and 88. RGB value is (250,168,136). Sum of RGB (Red+Green+Blue) = 250+168+136=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA888 is #055777. Grayscale: #BDBDBD. Windows color (decimal): -350072 or 8956154. OLE color: 8956154.

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

Color convert

RGB250168136-
CMYK00.330.460.02
HSL16.84º91.94%75.69%-
HSV(B)16.84º45.6%98.04%-
XYZ57.8750.1129.91-
YUV188.8798.17171.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=45.13%
G=30.32%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016813600.330.460.0216.8491.9475.69
HexFAA8880212E2115c4c
Octal37225021004156221134114
Binary1111101010101000100010000100001101110101000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA888; }

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

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

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

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

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

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

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

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