#FBA682

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

Shades of Light Salmon #FBA682

Tints of Light Salmon #FBA682

Color information

#FBA682 (or 0xFBA682) is unknown color: approx Light Salmon. HEX triplet: FB, A6 and 82. RGB value is (251,166,130). Sum of RGB (Red+Green+Blue) = 251+166+130=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA682 is #04597D. Grayscale: #BBBBBB. Windows color (decimal): -285054 or 8562427. OLE color: 8562427.

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

Color convert

RGB251166130-
CMYK00.340.480.02
HSL17.85º93.8%74.71%-
HSV(B)17.85º48.21%98.43%-
XYZ57.4549.3927.63-
YUV187.3195.66173.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.89%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=45.89%
G=30.35%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116613000.340.480.0217.8593.874.71
HexFBA682022302125e4b
Octal37324620204260222136113
Binary1111101110100110100000100100010110000101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA682; }

 p { color: rgb(251,166,130); }

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

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

 a { background-color: rgb(251,166,130); }

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

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

 span { border-color: rgb(251,166,130); }

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