#FBA987

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

Shades of Light Salmon #FBA987

Tints of Light Salmon #FBA987

Color information

#FBA987 (or 0xFBA987) is unknown color: approx Light Salmon. HEX triplet: FB, A9 and 87. RGB value is (251,169,135). Sum of RGB (Red+Green+Blue) = 251+169+135=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA987 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA987 is #045678. Grayscale: #BDBDBD. Windows color (decimal): -284281 or 8890875. OLE color: 8890875.

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

Color convert

RGB251169135-
CMYK00.330.460.02
HSL17.59º93.55%75.69%-
HSV(B)17.59º46.22%98.43%-
XYZ58.3450.6329.62-
YUV189.6497.17171.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.23%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 135 (53.12% from 255) = 24.32%
R=45.23%
G=30.45%
B=24.32%

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
Decimal25116913500.330.460.0217.5993.5575.69
HexFBA9870212E2125e4c
Octal37325120704156222136114
Binary1111101110101001100001110100001101110101001010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA987; }

 p { color: rgb(251,169,135); }

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

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

 a { background-color: rgb(251,169,135); }

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

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

 span { border-color: rgb(251,169,135); }

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