#FBA87C

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

Shades of Light Salmon #FBA87C

Tints of Light Salmon #FBA87C

Color information

#FBA87C (or 0xFBA87C) is unknown color: approx Light Salmon. HEX triplet: FB, A8 and 7C. RGB value is (251,168,124). Sum of RGB (Red+Green+Blue) = 251+168+124=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA87C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA87C is #045783. Grayscale: #BCBCBC. Windows color (decimal): -284548 or 8169723. OLE color: 8169723.

HSL color Cylindrical-coordinate representation of color #FBA87C: hue angle of 20.79º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBA87C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB251168124-
CMYK00.330.510.02
HSL20.79º94.07%73.53%-
HSV(B)20.79º50.6%98.43%-
XYZ57.4249.9725.69-
YUV187.892173.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.22%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 124 (48.83% from 255) = 22.84%
R=46.22%
G=30.94%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116812400.330.510.0220.7994.0773.53
HexFBA87C021332155e4a
Octal37325017404163225136112
Binary111110111010100011111000100001110011101010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA87C; }

 p { color: rgb(251,168,124); }

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

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

 a { background-color: rgb(251,168,124); }

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

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

 span { border-color: rgb(251,168,124); }

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