#FFA887

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

Shades of Light Salmon #FFA887

Tints of Light Salmon #FFA887

Color information

#FFA887 (or 0xFFA887) is unknown color: approx Light Salmon. HEX triplet: FF, A8 and 87. RGB value is (255,168,135). Sum of RGB (Red+Green+Blue) = 255+168+135=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 135 (53.12% from 255 or 24.19% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA887 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA887 is #005778. Grayscale: #BEBEBE. Windows color (decimal): -22393 or 8890623. OLE color: 8890623.

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

Color convert

RGB255168135-
CMYK00.340.470
HSL16.5º100%76.47%-
HSV(B)16.5º47.06%100%-
XYZ59.6251.0129.63-
YUV190.2596.82174.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 168 (66.02% from 255) = 30.11%
BLUE value IS 135 (53.12% from 255) = 24.19%
R=45.70%
G=30.11%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516813500.340.47016.510076.47
HexFFA8870222F011644c
Octal37725020704257021144114
Binary111111111010100010000111010001010111101000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA887; }

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

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

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

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

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

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

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

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