#FBA47C

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

Shades of Light Salmon #FBA47C

Tints of Light Salmon #FBA47C

Color information

#FBA47C (or 0xFBA47C) is unknown color: approx Light Salmon. HEX triplet: FB, A4 and 7C. RGB value is (251,164,124). Sum of RGB (Red+Green+Blue) = 251+164+124=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA47C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA47C is #045B83. Grayscale: #B9B9B9. Windows color (decimal): -285572 or 8168699. OLE color: 8168699.

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

Color convert

RGB251164124-
CMYK00.350.510.02
HSL18.9º94.07%73.53%-
HSV(B)18.9º50.6%98.43%-
XYZ56.748.5225.44-
YUV185.4593.32174.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 124 (48.83% from 255) = 23.01%
R=46.57%
G=30.43%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116412400.350.510.0218.994.0773.53
HexFBA47C023332135e4a
Octal37324417404363223136112
Binary111110111010010011111000100011110011101001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA47C; }

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

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

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

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

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

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

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

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