#FBA17E

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

Shades of Light Salmon #FBA17E

Tints of Light Salmon #FBA17E

Color information

#FBA17E (or 0xFBA17E) is unknown color: approx Light Salmon. HEX triplet: FB, A1 and 7E. RGB value is (251,161,126). Sum of RGB (Red+Green+Blue) = 251+161+126=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA17E is #045E81. Grayscale: #B8B8B8. Windows color (decimal): -286338 or 8299003. OLE color: 8299003.

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

Color convert

RGB251161126-
CMYK00.360.500.02
HSL16.8º93.98%73.92%-
HSV(B)16.8º49.8%98.43%-
XYZ56.2947.5125.94-
YUV183.9295.32175.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.65%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 126 (49.61% from 255) = 23.42%
R=46.65%
G=29.93%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116112600.360.500.0216.893.9873.92
HexFBA17E024322115e4a
Octal37324117604462221136112
Binary111110111010000111111100100100110010101000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA17E; }

 p { color: rgb(251,161,126); }

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

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

 a { background-color: rgb(251,161,126); }

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

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

 span { border-color: rgb(251,161,126); }

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