#FBA88A

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

Shades of Light Salmon #FBA88A

Tints of Light Salmon #FBA88A

Color information

#FBA88A (or 0xFBA88A) is unknown color: approx Light Salmon. HEX triplet: FB, A8 and 8A. RGB value is (251,168,138). Sum of RGB (Red+Green+Blue) = 251+168+138=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA88A is #045775. Grayscale: #BDBDBD. Windows color (decimal): -284534 or 9087227. OLE color: 9087227.

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

Color convert

RGB251168138-
CMYK00.330.450.02
HSL15.93º93.39%76.27%-
HSV(B)15.93º45.02%98.43%-
XYZ58.3750.3530.69-
YUV189.499171.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=45.06%
G=30.16%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116813800.330.450.0215.9393.3976.27
HexFBA88A0212D2105d4c
Octal37325021204155220135114
Binary1111101110101000100010100100001101101101000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA88A; }

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

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

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

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

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

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

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

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