#FFA888

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

Shades of Light Salmon #FFA888

Tints of Light Salmon #FFA888

Color information

#FFA888 (or 0xFFA888) is unknown color: approx Light Salmon. HEX triplet: FF, A8 and 88. RGB value is (255,168,136). Sum of RGB (Red+Green+Blue) = 255+168+136=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA888 is #005777. Grayscale: #BEBEBE. Windows color (decimal): -22392 or 8956159. OLE color: 8956159.

HSL color Cylindrical-coordinate representation of color #FFA888: hue angle of 16.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFA888 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255168136-
CMYK00.340.470
HSL16.13º100%76.67%-
HSV(B)16.13º46.67%100%-
XYZ59.6951.0430-
YUV190.3697.32174.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 136 (53.52% from 255) = 24.33%
R=45.62%
G=30.05%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516813600.340.47016.1310076.67
HexFFA8880222F010644d
Octal37725021004257020144115
Binary111111111010100010001000010001010111101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA888; }

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

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

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

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

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

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

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

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